From 1bbeb98c438df899fe41374540edacb65ce02fd1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 21 Jul 2016 18:14:13 +0200 Subject: [PATCH] New package: brotli-0.4.0 --- srcpkgs/brotli/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/brotli/template diff --git a/srcpkgs/brotli/template b/srcpkgs/brotli/template new file mode 100644 index 00000000000..3cea186b3ef --- /dev/null +++ b/srcpkgs/brotli/template @@ -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 " +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 +}