From feb0daf81d888e9160f9f94502de09b66f2a63fd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jun 2020 17:50:24 +0100 Subject: gentoo resync : 21.06.2020 --- app-crypt/envchain/envchain-1.0.1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-crypt/envchain/envchain-1.0.1.ebuild (limited to 'app-crypt/envchain/envchain-1.0.1.ebuild') diff --git a/app-crypt/envchain/envchain-1.0.1.ebuild b/app-crypt/envchain/envchain-1.0.1.ebuild new file mode 100644 index 000000000000..2fbc68f9cb3b --- /dev/null +++ b/app-crypt/envchain/envchain-1.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Save environment variables in a secret vault" +HOMEPAGE="https://github.com/sorah/envchain" +SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + sys-libs/readline:0= + app-crypt/libsecret" + +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}/usr" install +} -- cgit v1.2.3