From 0b87c131da4e5b005824d748dbd569a49e03ab76 Mon Sep 17 00:00:00 2001 From: James Stark Date: Mon, 28 Dec 2020 22:48:05 -0800 Subject: [PATCH] Add the gopass utilities to the gopass package. Gopass as of (at least) 1.10 includes a few utility programs under the cmd directory of the source distribution. They should be built and included in the gopass package. --- srcpkgs/gopass/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template index a49f7cdf8a4..2f6f5c860fa 100644 --- a/srcpkgs/gopass/template +++ b/srcpkgs/gopass/template @@ -1,9 +1,10 @@ # Template file for 'gopass' pkgname=gopass version=1.10.1 -revision=1 +revision=2 build_style=go go_import_path=github.com/gopasspw/gopass +go_package="${go_import_path} ${go_import_path}/cmd/..." makedepends="gnupg2" depends="gnupg2 git" short_desc="Slightly more awesome standard unix password manager for teams"