From 6afd4663b4d36272e65fcfbec861e9c1c938f6b3 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Wed, 3 Jun 2020 10:23:31 -0700 Subject: [PATCH] feat: add op --- net-im/app-admin/op/op-1.0.0.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-im/app-admin/op/op-1.0.0.ebuild diff --git a/net-im/app-admin/op/op-1.0.0.ebuild b/net-im/app-admin/op/op-1.0.0.ebuild new file mode 100644 index 0000000..a5173ca --- /dev/null +++ b/net-im/app-admin/op/op-1.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="1Password Command Line Interface" +HOMEPAGE="https://1password.com/" +SRC_URI="https://cache.agilebits.com/dist/1P/op/pkg/v${PV}/op_linux_amd64_v${PV}.zip" + +LICENSE="all-rights-reserved" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_install() { + default + dobin op +} \ No newline at end of file