blob: 596c9c7bc173c78c3b9471048214598fd5915a42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= gitid
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
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>
|