void-packages/srcpkgs/brotli/template

16 lines
452 B
Bash
Raw Normal View History

2016-07-21 18:14:13 +02:00
# Template file for 'brotli'
pkgname=brotli
2016-08-11 12:18:29 +02:00
version=0.5.0
2016-07-21 18:14:13 +02:00
revision=1
2016-08-11 12:18:29 +02:00
build_style=cmake
2016-07-21 18:14:13 +02:00
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"
2016-08-11 12:18:29 +02:00
checksum=41cdb350c91395e1a6bec120dd4d946bd48c5fa1be6919df28e079aec8eb3896
2016-07-21 18:14:13 +02:00
2016-08-11 12:18:29 +02:00
post_install() {
vlicense LICENSE
2016-07-21 18:14:13 +02:00
}