void-packages/srcpkgs/brotli/template

16 lines
452 B
Bash
Raw Normal View History

2016-07-21 16:14:13 +00:00
# Template file for 'brotli'
pkgname=brotli
2016-08-12 13:04:58 +00:00
version=0.5.2
2016-07-21 16:14:13 +00:00
revision=1
2016-08-11 10:18:29 +00:00
build_style=cmake
2016-07-21 16:14:13 +00: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-12 13:04:58 +00:00
checksum=2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343
2016-07-21 16:14:13 +00:00
2016-08-11 10:18:29 +00:00
post_install() {
vlicense LICENSE
2016-07-21 16:14:13 +00:00
}