aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gitid/Makefile
blob: 00938d0fc8da13cec64a2964e02504f4e9d9ebc5 (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.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>