New package: brotli-0.4.0

This commit is contained in:
Christian Neukirchen 2016-07-21 18:14:13 +02:00
parent 358ba47058
commit 1bbeb98c43

17
srcpkgs/brotli/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'brotli'
pkgname=brotli
version=0.4.0
revision=1
build_wrksrc="tools"
build_style=gnu-makefile
short_desc="Generic-purpose lossless compression algorithm"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="https://github.com/google/brotli"
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
checksum=09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d
do_install() {
vbin bro
vlicense ../LICENSE
}