diff --git a/srcpkgs/brotli-devel b/srcpkgs/brotli-devel new file mode 120000 index 00000000000..ac6cebc8203 --- /dev/null +++ b/srcpkgs/brotli-devel @@ -0,0 +1 @@ +brotli \ No newline at end of file diff --git a/srcpkgs/brotli/template b/srcpkgs/brotli/template index e67a15ed740..c67a985d1a4 100644 --- a/srcpkgs/brotli/template +++ b/srcpkgs/brotli/template @@ -1,15 +1,25 @@ # Template file for 'brotli' pkgname=brotli -version=0.5.2 +version=0.6.0 revision=1 build_style=cmake short_desc="Generic-purpose lossless compression algorithm" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/google/brotli" distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz" -checksum=2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343 +checksum=69cdbdf5709051dd086a2f020f5abf9e32519eafe0ad6be820c667c3a9c9ee0f post_install() { vlicense LICENSE } + +brotli-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}