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
614 B

# BIN: Requires jpm to build
8 years ago
name=decentraleyes
6 years ago
version=1.4.2
8 years ago
download "https://addons.palemoon.org/?component=download&id=jid1-BoFifL9Vbdl2zQ@jetpack&version=$version" \
'f4172e8e63eed40b680c1e0e98537e14' \
"Decentraleyes.v$version-palemoon-unsigned.xpi" \
'curl -# -L -A "Why did you ban curl" -o {dst} {src}'
_
8 years ago
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"
8 years ago
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: