# Template file for 'jq'
pkgname=jq
version=1.4
revision=2
build_style=gnu-configure
short_desc="Command-line JSON processor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://stedolan.github.io/jq/"
distfiles="http://stedolan.github.io/jq/download/source/${pkgname}-${version}.tar.gz"
checksum=998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d

post_install() {
	rm -r ${DESTDIR}/usr/share/doc/$pkgname
	vlicense COPYING
}

jq-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" -- development files"
	pkg_install() {
		vmove usr/include
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so*"
	}
}