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.
|
|
|
name=greasemonkey
|
|
|
|
majver=3.31.4
|
|
|
|
version=${majver}Fork
|
|
|
|
|
|
|
|
dlextract "https://github.com/janekptacijarabaci/$name/archive/$version/$name-$version.tar.gz" \
|
|
|
|
'44904806d2c5fca944c43b8cace7345b'
|
|
|
|
_
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
./build.sh official
|
|
|
|
install -Dm644 "greasemonkey-$majver.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/greasemonkeyforpm@janekptacijarabaci.xpi"
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|