mid-kid
6 years ago
4 changed files with 12 additions and 14 deletions
@ -1,21 +1,21 @@ |
|||
import 'vcs/git' |
|||
|
|||
name=uBlock |
|||
version=1.15.24 |
|||
version=1.16.4.4 |
|||
|
|||
dlextract "https://github.com/gorhill/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'003bcfaf1a7150f0d8c5e876d767e8d6' |
|||
dlextract "https://github.com/gorhill/$name/archive/firefox-legacy-$version/$name-$version.tar.gz" \ |
|||
'513cd89848ee4f3a5426df7a10ac5fca' |
|||
( name=uAssets |
|||
vcs_git -V "https://github.com/uBlockOrigin/uAssets" |
|||
) |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
cd "$name-firefox-legacy-$version" |
|||
|
|||
# tools/make-firefox-meta.py looks for this directory to find the project root... |
|||
mkdir -p .git |
|||
|
|||
tools/make-firefox.sh all |
|||
install -Dm644 "dist/build/${name}0.firefox.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/${name}0@raymondhill.net.xpi" |
|||
tools/make-firefox-legacy.sh all |
|||
install -Dm644 "dist/build/${name}0.firefox-legacy.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/${name}0@raymondhill.net.xpi" |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
|||
|
Loading…
Reference in new issue