New package: lz4jsoncat-0.0.20190105
This commit is contained in:
parent
badd7ada26
commit
fb1f0ced6d
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue