ports/devel/gitid/Makefile
2025-12-03 13:24:45 -05:00

21 lines
386 B
Makefile

PORTNAME= gitid
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 5
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>