opnsense-ports/security/git-credential-gopass/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02:00

21 lines
442 B
Makefile

PORTNAME= git-credential-gopass
PORTVERSION= 1.15.5
DISTVERSIONPREFIX= v
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>