Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
|
|
|
import 'vcs/git'
|
|
|
|
|
|
|
|
name=uBlock
|
|
|
|
version=1.16.4.5
|
|
|
|
|
|
|
|
dlextract "https://github.com/gorhill/$name/archive/firefox-legacy-$version/$name-$version.tar.gz" \
|
|
|
|
'53c42c944be0bc95a395e47d835f06bf'
|
|
|
|
( name=uAssets
|
|
|
|
vcs_git -V "https://github.com/uBlockOrigin/uAssets"
|
|
|
|
)
|
|
|
|
_
|
|
|
|
|
|
|
|
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-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:
|