diff options
Diffstat (limited to 'app-admin/op-cli-bin')
-rw-r--r-- | app-admin/op-cli-bin/Manifest | 4 | ||||
-rw-r--r-- | app-admin/op-cli-bin/op-cli-bin-1.12.3.ebuild | 23 | ||||
-rw-r--r-- | app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild | 4 |
3 files changed, 28 insertions, 3 deletions
diff --git a/app-admin/op-cli-bin/Manifest b/app-admin/op-cli-bin/Manifest index 2b18e73d07c7..1daca184e4bd 100644 --- a/app-admin/op-cli-bin/Manifest +++ b/app-admin/op-cli-bin/Manifest @@ -1,3 +1,5 @@ +DIST op_linux_amd64_v1.12.3.zip 3902883 BLAKE2B d68aef3e102e39019a2cf1423b4f4ec64642475c37d92acf1551d66f0f453c8f1ed51d730443bba90aceebd7730d4d485c9c1c45067f7f9c68dff785ec85ffb5 SHA512 064b741e961b60febcf1c883f73968aea3718251a3ead2e94747be63010a10498dbffc7789c02e330f360d2a323fde04dee8a922e2ed5546a6beae7ddb5cb7db DIST op_linux_amd64_v1.7.0.zip 3989846 BLAKE2B 074bcc248438c1cfa0436726fb3b101e5d60c477c406434d00bb7689d6004796373d8562e22fa870239c9d2234cfae21d7a8aa2b90e7807cb15df8870b2afd64 SHA512 7ab0792ba737a8f95ec874dc111fdb6cd45d552c5b5cfb9d35423a76f444c15718269e77faae978d773bfcaa7e7607f4b8b7e93616c8f7fc91caafb35c856a5e -EBUILD op-cli-bin-1.7.0.ebuild 518 BLAKE2B 9c4029bf113eedc6494abc6f5698f92a882458f77a5c69185866446284c3f870d4276f538b08ef0372376a6cafc602c35a1c94a7ce209579659901e40db0f41c SHA512 8034aca87e94910664e04e1ffda780363f01c766bfbee4bb67c7ed30a48af804ec72f2633942a97265c2461bf458de7f1031e7768e6417cf413c31056657456b +EBUILD op-cli-bin-1.12.3.ebuild 524 BLAKE2B 5870b29807ccf6c0ab32825fee92c1dd9b7005cbc771da43e5525f79e4528a62849f5477de201464ec4b3d0e3570ea01f9f5e6c8192000c2b7d1a26576c1a045 SHA512 b4433cce15753a085fdc3398a7472c542faa50a473e62219ae838ccda7afd358e119638511d61f890991c61b940c2fe3467830d78038691f65f90494d55ac220 +EBUILD op-cli-bin-1.7.0.ebuild 524 BLAKE2B 5870b29807ccf6c0ab32825fee92c1dd9b7005cbc771da43e5525f79e4528a62849f5477de201464ec4b3d0e3570ea01f9f5e6c8192000c2b7d1a26576c1a045 SHA512 b4433cce15753a085fdc3398a7472c542faa50a473e62219ae838ccda7afd358e119638511d61f890991c61b940c2fe3467830d78038691f65f90494d55ac220 MISC metadata.xml 249 BLAKE2B 08603bf9d754b59bae12620988552abc7f76b87a1390d02038789eba034c22412a3593d10f443794a5171ff3905c2b5c822368b2eb9f53a528097b7b6c80ffe9 SHA512 338d72efbd040697be98aad4229b81c9694eb27ecbc39f3a18332f4cc766a46b4a0a92f32612203259bf58f5838d0aff7f0b1abec7766f6cd2394c73f7f0b251 diff --git a/app-admin/op-cli-bin/op-cli-bin-1.12.3.ebuild b/app-admin/op-cli-bin/op-cli-bin-1.12.3.ebuild new file mode 100644 index 000000000000..1e1b0736b834 --- /dev/null +++ b/app-admin/op-cli-bin/op-cli-bin-1.12.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="command line interface for the 1password password manager" +HOMEPAGE="https://1password.com/downloads/command-line/" +SITE="https://cache.agilebits.com/dist/1P/op/pkg/v${PV}/" +SRC_URI="${SITE}/op_linux_amd64_v${PV}.zip" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND="app-arch/unzip" + +QA_PREBUILT="usr/bin/op" +RESTRICT="bindist mirror" +S="${WORKDIR}" + +src_install() { + dobin op +} diff --git a/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild b/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild index a1bbc9ae0b9c..1e1b0736b834 100644 --- a/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild +++ b/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="command line interface for the 1password password manager" -HOMEPAGE="https://1password.com/downloads/command-line" +HOMEPAGE="https://1password.com/downloads/command-line/" SITE="https://cache.agilebits.com/dist/1P/op/pkg/v${PV}/" SRC_URI="${SITE}/op_linux_amd64_v${PV}.zip" |