mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-06-21 01:11:32 +00:00
1password: update to 8.12.22 op: update to 2.34.1
This commit is contained in:
parent
c37132c889
commit
bfebb33ac2
4 changed files with 6 additions and 6 deletions
34
app-admin/op-cli-bin/op-cli-bin-2.34.1.ebuild
Normal file
34
app-admin/op-cli-bin/op-cli-bin-2.34.1.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="command line interface for the 1password password manager"
|
||||
HOMEPAGE="https://1password.com/downloads/command-line/"
|
||||
SITE="https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}"
|
||||
SRC_URI="
|
||||
amd64? ( ${SITE}/op_linux_amd64_v${PV}.zip )
|
||||
arm? ( ${SITE}/op_linux_arm_v${PV}.zip )
|
||||
arm64? ( ${SITE}/op_linux_arm64_v${PV}.zip )
|
||||
x86? ( ${SITE}/op_linux_386_v${PV}.zip )
|
||||
"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
RDEPEND="acct-group/onepassword-cli"
|
||||
|
||||
QA_PREBUILT="usr/bin/op"
|
||||
RESTRICT="bindist mirror"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dobin op
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
chgrp onepassword-cli /usr/bin/op
|
||||
chmod g+s /usr/bin/op
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue