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