brotli: update to 0.5.0.

This commit is contained in:
Christian Neukirchen 2016-08-11 12:18:29 +02:00
parent 45200a2cda
commit 110ebe7b60

View file

@ -1,17 +1,15 @@
# Template file for 'brotli'
pkgname=brotli
version=0.4.0
version=0.5.0
revision=1
build_wrksrc="tools"
build_style=gnu-makefile
build_style=cmake
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
checksum=41cdb350c91395e1a6bec120dd4d946bd48c5fa1be6919df28e079aec8eb3896
do_install() {
vbin bro
vlicense ../LICENSE
post_install() {
vlicense LICENSE
}