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.
|
|
|
# TODO: Build jetpack plugin (requires jpm)
|
|
|
|
|
|
|
|
name=decentraleyes
|
|
|
|
version=1.3.10
|
|
|
|
update_url="https://github.com/Synzvato/$name/releases"
|
|
|
|
|
|
|
|
download "https://addons.palemoon.org/?component=download&id=jid1-BoFifL9Vbdl2zQ@jetpack&version=$version" \
|
|
|
|
'95dafa4d7b8452f5613da068b1309cd6' \
|
|
|
|
"Decentraleyes.v$version-palemoon-unsigned.xpi"
|
|
|
|
_
|
|
|
|
|
|
|
|
getfile "Decentraleyes.v$version-palemoon-unsigned.xpi"
|
|
|
|
install -Dm644 "Decentraleyes.v$version-palemoon-unsigned.xpi" "$dir_install/$dir_prefix/$dir_lib/palemoon/browser/extensions/jid1-BoFifL9Vbdl2zQ@jetpack.xpi"
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|