remove ia64 keywords
[gentoo-zh.git] / app-misc / jshon / jshon-9999.ebuild
blobaa28f690c7d6b9e8300aad7ea8a9a0a6227b3d46
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit git-r3
8 DESCRIPTION="Jshon is a JSON parser designed for maximum convenience within the shell"
9 HOMEPAGE="http://kmkeen.com/jshon/"
11 EGIT_REPO_URI="https://github.com/keenerd/jshon.git"
13 LICENSE="MIT"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
17 RDEPEND="dev-libs/jansson"
19 src_install() {
20 dobin ${PN}
21 doman ${PN}.1