File:  [cvs.NetBSD.org] / pkgsrc / security / sops / Makefile
Revision 1.8: download - view: text, annotated - select for diffs
Sun Aug 11 15:57:09 2024 UTC (8 months, 1 week ago) by bsiegert
Branches: MAIN
CVS tags: HEAD
Revbump all Go packages after update

# $NetBSD: Makefile,v 1.8 2024/08/11 15:57:09 bsiegert Exp $

DISTNAME=	sops-3.8.1
PKGREVISION=	7
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GITHUB:=getsops/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	leot@NetBSD.org
HOMEPAGE=	https://github.com/getsops/sops
COMMENT=	Simple and flexible tool for managing secrets
LICENSE=	mpl-2.0

GO_BUILD_PATTERN+=	./cmd/sops

.include "go-modules.mk"

.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>