diff --git a/srcpkgs/brotli/template b/srcpkgs/brotli/template index 3cea186b3ef..7a4e072b64d 100644 --- a/srcpkgs/brotli/template +++ b/srcpkgs/brotli/template @@ -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 " 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 }