You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
621 B
21 lines
621 B
import 'vcs/git'
|
|
|
|
name=uMatrix
|
|
version=1.1.4
|
|
|
|
dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \
|
|
'2ba41e4ad567102c7bb8ec0031c2c87f'
|
|
( name=uAssets
|
|
vcs_git -V "https://github.com/uBlockOrigin/uAssets"
|
|
)
|
|
_
|
|
|
|
cd "$name-$version"
|
|
|
|
# Update the assets, as that's something not done in uMatrix for some reason
|
|
cp -Ta ../uAssets/thirdparties assets/thirdparties
|
|
|
|
tools/make-firefox.sh all
|
|
install -Dm644 "dist/build/$name.firefox.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/$name@raymondhill.net.xpi"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|