app-misc/1password-cli: add 2.30.3, drop 2.24.0

Signed-off-by: Skyler Mäntysaari <sm+gentoo@skym.fi>
This commit is contained in:
Skyler Mäntysaari
2025-02-03 07:26:23 +02:00
parent 2d1165c1a8
commit ed55e3c543
2 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The worlds 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 )
arm64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_arm64_v${PV}.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
}