1password-cli-2.34.0living180-overlay
download
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Use 1Password from the terminal"
HOMEPAGE="https://www.1password.dev/cli"
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="bindist mirror strip"
RDEPEND="
acct-group/onepassword-cli
app-admin/1password
"
BDEPEND="app-arch/unzip"
QA_PREBUILT="usr/bin/op"
src_install() {
dobin op
}
pkg_preinst() {
fowners :onepassword-cli /usr/bin/op
fperms g+s /usr/bin/op
}