summaryrefslogtreecommitdiff
blob: d818f6e58f8a779a3312d1fd69c8f50025e53f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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}
		sys-devel/gcc"

src_install() {
	dobin ${PN}
	doman ${PN}.1
}