import 'vcs/git' name=uMatrix version=0.9.3.6 palemoon_version=27.1.1 update_url="https://github.com/gorhill/$name/releases" update_names="/archive/$version.tar.gz" dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \ '89ddec9396e158d4d3eea0b167b880e8' ( name=uAssets vcs_git -V "https://github.com/uBlockOrigin/uAssets" ) header_end cd "$name-$version" # Update the assets, as that's something not done in uMatrix for some reason rm -f assets/checksums.txt cp -a ../uAssets/thirdparties assets tools/make-firefox.sh all install -Dm644 "dist/build/$name.firefox.xpi" "$dir_install/$dir_prefix/$dir_libdir/palemoon-$palemoon_version/browser/extensions/$name@raymondhill.net.xpi" # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: