mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
New package: brotli-0.4.0
This commit is contained in:
parent
358ba47058
commit
1bbeb98c43
1 changed files with 17 additions and 0 deletions
17
srcpkgs/brotli/template
Normal file
17
srcpkgs/brotli/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'brotli'
|
||||||
|
pkgname=brotli
|
||||||
|
version=0.4.0
|
||||||
|
revision=1
|
||||||
|
build_wrksrc="tools"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
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
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin bro
|
||||||
|
vlicense ../LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue