2023-07-20 20:28:34 +02:00
|
|
|
|
# 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"
|
2023-11-28 14:02:18 +01:00
|
|
|
|
SRC_URI="amd64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_amd64_v${PV}.zip )"
|
2023-07-20 20:28:34 +02:00
|
|
|
|
|
|
|
|
|
LICENSE=""
|
|
|
|
|
SLOT="0"
|
|
|
|
|
KEYWORDS="amd64"
|
|
|
|
|
|
|
|
|
|
RESTRICT="mirror strip test bindist"
|
|
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
BDEPEND=""
|
|
|
|
|
|
|
|
|
|
S=${WORKDIR}
|
|
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
|
dobin op
|
|
|
|
|
}
|