summaryrefslogtreecommitdiff
path: root/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-30 04:55:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-30 04:55:37 +0000
commite984f0bb49fed14c51c7c15ed8d7b8bd2cca4b1d (patch)
tree99c30d1c04aa29f440b825a7bf68be3c8f9e75d1 /app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild
parente7b6f003e8384cdfc8c0e7603329e969d8806c24 (diff)
gentoo auto-resync : 30:11:2023 - 04:55:37
Diffstat (limited to 'app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild')
-rw-r--r--app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild23
1 files changed, 0 insertions, 23 deletions
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
deleted file mode 100644
index 1e1b0736b834..000000000000
--- a/app-admin/op-cli-bin/op-cli-bin-1.7.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}