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.

15 lines
566 B

8 years ago
# TODO: Build jetpack plugin (requires jpm)
name=decentraleyes
version=1.3.8
8 years ago
update_url="https://github.com/Synzvato/$name/releases"
update_names="/archive/v$version.tar.gz"
dlfile "https://github.com/Synzvato/$name/releases/download/v$version/Decentraleyes.v$version-palemoon-unsigned.xpi" \
'9d1ead73e678fa2f51a70a933b0bf017'
8 years ago
header_end
8 years ago
install -Dm644 "Decentraleyes.v$version-palemoon-unsigned.xpi" "$dir_install/$dir_prefix/$dir_libdir/palemoon/browser/extensions/jid1-BoFifL9Vbdl2zQ@jetpack.xpi"
8 years ago
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: