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.
19 lines
593 B
19 lines
593 B
import 'vcs/git'
|
|
|
|
name=uBlock
|
|
version=1.14.22
|
|
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" \
|
|
'1ca266951fb3514cc73db7f4600e66f5'
|
|
( name=uAssets
|
|
vcs_git -V "https://github.com/uBlockOrigin/uAssets"
|
|
)
|
|
_
|
|
|
|
cd "$name-$version"
|
|
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"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|