mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-misc/1password-cli: drop 2.34.0
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
# Copyright 2023-2026 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DESCRIPTION="The world’s most-loved password manager CLI"
|
|
||||||
HOMEPAGE="https://1password.com"
|
|
||||||
SRC_URI="
|
|
||||||
amd64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_amd64_v${PV}.zip -> ${P}-amd64.zip )
|
|
||||||
arm64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_arm64_v${PV}.zip -> ${P}-arm64.zip )
|
|
||||||
"
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
LICENSE="all-rights-reserved"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="-* ~amd64 ~arm64"
|
|
||||||
RESTRICT="strip test bindist"
|
|
||||||
|
|
||||||
BDEPEND="app-arch/unzip"
|
|
||||||
|
|
||||||
QA_FLAGS_IGNORED="usr/bin/op"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin op
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user