From d938920a33f03124f4e211a67d9291283442caa1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Sep 2023 10:46:43 +0100 Subject: gentoo auto-resync : 14:09:2023 - 10:46:43 --- app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild (limited to 'app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild') diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild new file mode 100644 index 000000000000..a9e315793f27 --- /dev/null +++ b/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Gopass haveibeenpwnd.com integration" +HOMEPAGE="https://github.com/gopasspw/gopass-hibp" +SRC_URI="https://github.com/gopasspw/gopass-hibp/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" + +LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +DEPEND=">=dev-lang/go-1.16" +RDEPEND=" + dev-vcs/git + >=app-crypt/gnupg-2 +" -- cgit v1.2.3