mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
jq: update to 1.5.
This commit is contained in:
parent
5d6be13b95
commit
6d0860b222
1 changed files with 10 additions and 6 deletions
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'jq'
|
# Template file for 'jq'
|
||||||
pkgname=jq
|
pkgname=jq
|
||||||
version=1.4
|
version=1.5
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Command-line JSON processor"
|
short_desc="Command-line JSON processor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="MIT"
|
||||||
homepage="http://stedolan.github.io/jq/"
|
homepage="http://stedolan.github.io/jq/"
|
||||||
distfiles="http://stedolan.github.io/jq/download/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/stedolan/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d
|
checksum=d644aded536167e0cb7e3547d13decf0000312b5ed8e75be8f053b0ecdf39d83
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/doc/$pkgname
|
rm -r ${DESTDIR}/usr/share/doc/$pkgname
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
jq-devel_package() {
|
jq-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue