Bump
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# Copyright 2022 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 )"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
RESTRICT="mirror strip test bindist"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
dobin op
|
||||
}
|
||||
36
app-misc/1password-cli/1password-cli-2.26.1.ebuild
Normal file
36
app-misc/1password-cli/1password-cli-2.26.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 2023 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 )
|
||||
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"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
acct-group/onepassword-cli
|
||||
"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
acct-group/onepassword-cli
|
||||
"
|
||||
|
||||
src_install() {
|
||||
chgrp onepassword-cli op
|
||||
dobin op
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
chmod g+s /usr/bin/op
|
||||
}
|
||||
Reference in New Issue
Block a user