Files
ports/devel/gitid/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
386 B
Makefile

PORTNAME= gitid
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
PORTREVISION= 8
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>