diff --git a/srcpkgs/brotli/template b/srcpkgs/brotli/template new file mode 100644 index 0000000000..3cea186b3e --- /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 +}