opnsense-ports/sysutils/docker-credential-pass/Makefile
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

27 lines
621 B
Makefile

PORTNAME= docker-credential-pass
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.4
PORTREVISION= 19
CATEGORIES= sysutils
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Helper to use sysutils/password-store as Docker credentials store
WWW= https://github.com/docker/docker-credential-helpers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/pass:sysutils/password-store
USES= go
GO_PKGNAME= github.com/docker/docker-credential-helpers
GO_TARGET= ./pass/cmd:${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= docker
GH_PROJECT= docker-credential-helpers
PLIST_FILES= bin/docker-credential-pass
.include <bsd.port.mk>