From 3152c533de57fcdd186e02a2ad3a1ec3a99c22da Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Thu, 6 Sep 2018 17:56:07 -0600 Subject: dev-scheme: Add guile-gcrypt 0.1.0 package Signed-off-by: Kenny Ballou --- dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild (limited to 'dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild') diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild b/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild new file mode 100644 index 0000000..8af5194 --- /dev/null +++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2018 Kenny Ballou +# Distributed under the terms of the GNU General Public License v3 + +EAPI=6 + +DESCRIPTION="Guile bindings to Libgcrypt" +HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt" +SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-scheme/guile-2.0.0 + >=dev-libs/libgcrypt-1.8.3" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN} -- cgit v1.2.1