diff options
author | John Helmert III <ajak@gentoo.org> | 2023-11-25 09:54:12 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-11-25 09:56:21 -0800 |
commit | 873fcbd6b671f91cc9c63fa3a548e28558b723ce (patch) | |
tree | 7f0e40ccb45ce928131bd2e190ba870a331c68a1 /app-admin/gopass-hibp | |
parent | app-admin/git-credential-gopass: add 1.15.10 (diff) | |
download | gentoo-873fcbd6b671f91cc9c63fa3a548e28558b723ce.tar.gz gentoo-873fcbd6b671f91cc9c63fa3a548e28558b723ce.tar.bz2 gentoo-873fcbd6b671f91cc9c63fa3a548e28558b723ce.zip |
app-admin/gopass-hibp: add 1.15.10
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.10.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest index 273955b6317e..c9bae3903a35 100644 --- a/app-admin/gopass-hibp/Manifest +++ b/app-admin/gopass-hibp/Manifest @@ -1,3 +1,5 @@ +DIST gopass-hibp-1.15.10-deps.tar.xz 288559064 BLAKE2B 2b702538145673368f90e871c4d65f93d51ba81a18cdbd17aef80f6eb2688001bc6f9ca22a1357de9116c3ebd3797af27d386ef3f3017e96976249d0e79db310 SHA512 3ba6810a865615ce9243bd194ae1a5ca1401f2c41abf4e9f6b4cdf3aae217668d22ae4cb0fd7647037d8f27ec0c6a4e9aca64bb36cd24058894be0d539f652d3 +DIST gopass-hibp-1.15.10.tar.gz 28521 BLAKE2B 51dcb7e2cbc8c9eb43a5268a085da090d8c6467244a0fdf23942298a01a33fa94b7cc43f3351bbefa6797dd8d1558eb6db0df86223999ccc2d2ade7d56f4a705 SHA512 02fbaaa3584925e602a34dc6d519fe98e6d546f80d72d3c68dff1951435619981101ea7851074844846c348cecf5e8306a4c2a188753d3c67ea1d9d323a69843 DIST gopass-hibp-1.15.8-deps.tar.xz 286508396 BLAKE2B fbb4fa665b90a0eaabd87743c3c3dcb19c73b6822c74ea92b5e4977aa01d16407526a6cfbdde7ee993d54c0eaf18b747b80ab8407ad7a62c6863976d22d3a09a SHA512 bdd8217a826f06683e91e2f8fc50e612a504187f30b10b92b4207ffa86ce7693f999625f28d7c59d88e386d1a45eed2dec37ce488b8a6cc1b3399cc49c8164ad DIST gopass-hibp-1.15.8.tar.gz 28138 BLAKE2B 5f8e31e4063273e601f59a94d06525114d022d39fe9934150c04d669302687985536d233fe6085c5b2a05a87c39663159a589f90f19375297a4f8f702f08bd92 SHA512 5abdaeaaffce610146cbdc3b61fb2f5649d8be8ea3ff45ed003b051a690b281336fccaa19044b0d3444f2b4c3d632a53fa2570631d513a09566d1879149fb051 DIST gopass-hibp-1.15.9-deps.tar.xz 288527044 BLAKE2B 40c5026b99236e630f49ce3bd47e9225fa24a61c548a8d20fe7228f6f70624a69ed3eb0c315114b0d140adfb95e0821ede5c736b8f20e8c880646f6708a135fc SHA512 7c3a46f4a942b07ed1bb03c8c1f0bdf87ef7f53750ca28c4944c4e3c1d58ca941d964bcc222d7e916ceec2f613398a3ec93972c88aea8ae9e06003486da2d420 diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild new file mode 100644 index 000000000000..a9e315793f27 --- /dev/null +++ b/app-admin/gopass-hibp/gopass-hibp-1.15.10.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 +" |