Files
ports/security/git-credential-gopass/Makefile
T
2026-07-10 09:54:15 +02:00

23 lines
458 B
Makefile

PORTNAME= git-credential-gopass
DISTVERSIONPREFIX= v
DISTVERSION= 1.16.1
PORTREVISION= 8
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Manage git credentials using gopass
WWW= https://github.com/gopasspw/git-credential-gopass
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= gopasspw
GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/git-credential-gopass
.include <bsd.port.mk>