summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-12-19 15:30:02 -0600
committerWilliam Hubbs <williamh@gentoo.org>2021-12-19 15:30:46 -0600
commita38a3927f6242e5e2bc99d31773beeca2416ad9b (patch)
tree8da9a92cb4214ec4bfdb37b3d3ce6ba679def991 /app-admin/op-cli-bin
parentx11-drivers/xf86-video-vmware: fix build with newer xorg-server (diff)
downloadgentoo-a38a3927f6242e5e2bc99d31773beeca2416ad9b.tar.gz
gentoo-a38a3927f6242e5e2bc99d31773beeca2416ad9b.tar.bz2
gentoo-a38a3927f6242e5e2bc99d31773beeca2416ad9b.zip
app-admin/op-cli-bin: 1.12.3 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-admin/op-cli-bin')
-rw-r--r--app-admin/op-cli-bin/Manifest1
-rw-r--r--app-admin/op-cli-bin/op-cli-bin-1.12.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/op-cli-bin/Manifest b/app-admin/op-cli-bin/Manifest
index 7d7f96f02d9f..7d1d3b038af0 100644
--- a/app-admin/op-cli-bin/Manifest
+++ b/app-admin/op-cli-bin/Manifest
@@ -1 +1,2 @@
+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
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
+}