summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile-json/guile-json-0.6.0.ebuild')
-rw-r--r--dev-scheme/guile-json/guile-json-0.6.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-scheme/guile-json/guile-json-0.6.0.ebuild b/dev-scheme/guile-json/guile-json-0.6.0.ebuild
new file mode 100644
index 000000000000..672c0643d550
--- /dev/null
+++ b/dev-scheme/guile-json/guile-json-0.6.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="JSON module for Guile"
+HOMEPAGE="http://savannah.nongnu.org/projects/guile-json/"
+SRC_URI="http://download.savannah.gnu.org/releases/guile-json/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-scheme/guile"
+DEPEND="${RDEPEND}"