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.

16 lines
527 B

8 years ago
name=pentadactyl
version=1.2pre-pm-3
dlextract "https://github.com/madand/$name-pm/archive/$name-$version.tar.gz" \
'9ffbd57120c5dd2b5b84208f5d6a0571'
8 years ago
extrafile "$name-$version-disable-deprecated.patch"
_
8 years ago
cd "$name-pm-$name-$version"
8 years ago
patch -p0 -i "../$name-$version-disable-deprecated.patch"
8 years ago
make pentadactyl.xpi
install -Dm644 "downloads/$name-$version.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/pentadactyl@addons.palemoon.org.xpi"
8 years ago
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: