brotli: update to 0.5.0.
This commit is contained in:
parent
45200a2cda
commit
110ebe7b60
@ -1,17 +1,15 @@
|
|||||||
# Template file for 'brotli'
|
# Template file for 'brotli'
|
||||||
pkgname=brotli
|
pkgname=brotli
|
||||||
version=0.4.0
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="tools"
|
build_style=cmake
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="Generic-purpose lossless compression algorithm"
|
short_desc="Generic-purpose lossless compression algorithm"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/google/brotli"
|
homepage="https://github.com/google/brotli"
|
||||||
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d
|
checksum=41cdb350c91395e1a6bec120dd4d946bd48c5fa1be6919df28e079aec8eb3896
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vbin bro
|
vlicense LICENSE
|
||||||
vlicense ../LICENSE
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user