summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild')
-rw-r--r--dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
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}