aboutsummaryrefslogtreecommitdiff
path: root/editors/orbiton/Makefile
blob: 37a635b382e8470452b144959e2ee78209d9c3bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	orbiton
DISTVERSIONPREFIX=	v
DISTVERSION=	2.65.11
PORTREVISION=	2
CATEGORIES=	editors

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Small, fast and limited text editor in Go
WWW=		https://orbiton.zip/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:1.22,modules

GO_MODULE=	github.com/xyproto/orbiton/v2

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>