summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/jshon/jshon-20120914.ebuild')
-rw-r--r--sys-apps/jshon/jshon-20120914.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/jshon/jshon-20120914.ebuild b/sys-apps/jshon/jshon-20120914.ebuild
new file mode 100644
index 0000000..6a24625
--- /dev/null
+++ b/sys-apps/jshon/jshon-20120914.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="A json parser for the shell"
+HOMEPAGE="http://kmkeen.com/jshon/"
+SRC_URI="http://kmkeen.com/jshon/${PN}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/jansson"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+}