blob: 08d5c29ee3b8f78117c625eaf3cf03c389bec123 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= gotty
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 13
CATEGORIES= www net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command line tool that turns your CLI tools into web applications
WWW= https://github.com/sorenisanerd/gotty
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= sorenisanerd
GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/gotty
.include <bsd.port.mk>
|