summaryrefslogblamecommitdiff
path: root/editors/orbiton/Makefile
blob: d9ed4a4fbc6b95c8061fef9b2e8b3882b460db30 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                         
                      
                 



                                                         
                                    




                                 
 
                                             
 
                               

                      
PORTNAME=	orbiton
DISTVERSIONPREFIX=	v
DISTVERSION=	2.64.1
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:modules

GO_MODULE=	github.com/xyproto/orbiton/v2

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>