diff options
Diffstat (limited to 'devel/gitid/Makefile')
-rw-r--r-- | devel/gitid/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/gitid/Makefile b/devel/gitid/Makefile new file mode 100644 index 000000000000..00938d0fc8da --- /dev/null +++ b/devel/gitid/Makefile @@ -0,0 +1,20 @@ +PORTNAME= gitid +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.0 +PORTREVISION= 1 +CATEGORIES= devel + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Terminal-based tool to manage multiple Git identities +WWW= https://github.com/nathabonfim59/gitid + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/nathabonfim59/gitid + +PLIST_FILES= bin/gitid + +.include <bsd.port.mk> |