New package: lz4jsoncat-0.0.20190105

This commit is contained in:
Leah Neukirchen 2019-01-05 19:45:07 +01:00
parent badd7ada26
commit fb1f0ced6d
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'lz4jsoncat'
pkgname=lz4jsoncat
version=0.0.20190105
revision=1
_githash=65fd7add7906f0df9a7f30cf2ffab1f2bb5d0927
wrksrc="lz4json-${_githash}"
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="lz4-devel"
short_desc="C decompress tool for Mozilla lz4json format"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://github.com/andikleen/lz4json"
distfiles="https://github.com/andikleen/lz4json/archive/${_githash}.tar.gz"
checksum=631ed26d85b4546bc0568e38d13a0137e776a7610e551c61611cd59a64facb95
do_install() {
sed '/^$/q' <lz4jsoncat.c >LICENSE
vlicense LICENSE
vbin lz4jsoncat
}