1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/git-credential-gopass/Makefile
2023-12-07 02:22:10 +00:00

23 lines
459 B
Makefile

PORTNAME= git-credential-gopass
PORTVERSION= 1.15.11
PORTREVISION= 1
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>