Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions srcpkgs/brotli/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
license="MIT"
homepage="https://github.com/google/brotli"
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
checksum=816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec

Check failure on line 11 in srcpkgs/brotli/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

Place checksum= after configure_args=
configure_args="-DBROTLI_BUILD_FOR_PACKAGE=ON"

post_install() {
vlicense LICENSE
Expand All @@ -20,6 +21,9 @@
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vinstall build/libbrotlicommon-static.a 644 usr/lib libbrotlicommon.a
vinstall build/libbrotlidec-static.a 644 usr/lib libbrotlidec.a
vinstall build/libbrotlienc-static.a 644 usr/lib libbrotlienc.a
vmove usr/lib/pkgconfig
}
}
Loading