gentoo-ebuilds/app-admin/gopass-hibp/gopass-hibp-1.15.14.ebuild
Michał Górny e974a98200
app-admin/gopass-hibp: Stabilize 1.15.14 amd64, #944618
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23 17:20:00 +01:00

21 lines
564 B
Bash

# Copyright 2021-2024 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
"