diff options
author | John Helmert III <ajak@gentoo.org> | 2024-04-07 21:09:13 -0700 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-04-07 21:10:22 -0700 |
commit | 410ea25a1dc8945812a3d3c09f8c700468ce289e (patch) | |
tree | 7cf087f1a06fcc168ecfca5bd1540ff5cc4c5250 /app-admin/gopass-hibp | |
parent | app-admin/git-credential-gopass: add 1.15.13 (diff) | |
download | gentoo-410ea25a1dc8945812a3d3c09f8c700468ce289e.tar.gz gentoo-410ea25a1dc8945812a3d3c09f8c700468ce289e.tar.bz2 gentoo-410ea25a1dc8945812a3d3c09f8c700468ce289e.zip |
app-admin/gopass-hibp: add 1.15.13
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-admin/gopass-hibp')
-rw-r--r-- | app-admin/gopass-hibp/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gopass-hibp/gopass-hibp-1.15.13.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest index faab2b66f4e2..2c3e36606a58 100644 --- a/app-admin/gopass-hibp/Manifest +++ b/app-admin/gopass-hibp/Manifest @@ -1,2 +1,4 @@ DIST gopass-hibp-1.15.11-deps.tar.xz 288522100 BLAKE2B 623d425a5bbeea5c5746e18d0dd44d198fa4b54fd5112fc870a5e95f092324e4a477565260ee68bccf903601997561429ab5546c6b7aaa3cec6de816076fcbff SHA512 db7f26676aeb2c67ae0b8645e9feed57540adefc04bed4dba0072c6766cd020921def0a8dae8c26a29c10e26ad27d84983b76350d885118f8d6393e25fddaf3f DIST gopass-hibp-1.15.11.tar.gz 28709 BLAKE2B 0ec749f89896067f1a1b444f1dbf4508e67129cd012ea565edadcb87779c9f6ea1b62d4ea5fe1bef37f5fde7615e8254c003dd36ad9f1be488f8679b10211383 SHA512 781393893567c7f0a8089a0a61e9bf794661a00ae01d7505dd7a851093d6f3d2b75bf5c494aaf6c9696f400b95debd737f3f4719cd974dc94c3bfc1eb7db91ea +DIST gopass-hibp-1.15.13-deps.tar.xz 29737100 BLAKE2B 25cce3936716dda6fd1c760d055a6df6e412f50678295f139724eb84291f6a4447f6cfc05f57b636e67316fab29e94b164615d1ac86dd8738f46e8ddde9b5e71 SHA512 21afb52268e527d4b58bebdab62af8b812a0b2977532c0a99ea092d8e549221169c3f7260b75949d5abc689a9fb1ca6bdcb1e7235f1f2d6360a915c170059ba2 +DIST gopass-hibp-1.15.13.tar.gz 24047 BLAKE2B 79da4ca110585b6b928a27c7fdbf9094ce8110ac4d4bd99e645ae192caf816ab2f9f89d988bff60d84469853d3d08ffdda8eb51de9ccdf53474cedd3017b9687 SHA512 eb2eff7ffd16c166ee9ebfaa52273893b4f349fddba900ea966d0b39bf5f6f22b37cb76de8e0a327002138f1013d227bb066afcb9ff785b9afded97ebba17030 diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.13.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.15.13.ebuild new file mode 100644 index 000000000000..dcc9f7b6470b --- /dev/null +++ b/app-admin/gopass-hibp/gopass-hibp-1.15.13.ebuild @@ -0,0 +1,21 @@ +# 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 +" |