22 lines
426 B
Makefile
22 lines
426 B
Makefile
PORTNAME= orbiton
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.74.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Small, fast and limited text editor in Go
|
|
WWW= https://roboticoverlords.org/orbiton/ \
|
|
https://github.com/xyproto/orbiton
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.25+,modules
|
|
|
|
GO_MODULE= github.com/xyproto/orbiton/v2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|