blob: 00aff65e059879f87f2637865b5ff8936a01eba8 (
plain)
1
2
3
4
5
|
# This can pull in the source code, but not the real xpi file. Unfortunately you need to hand-assemble a tarball with the xpi file in it. See README.debian
version=4
# uscan will make a nice symlink, so no name mangling is required.
opts=filenamemangle=s/.+\/([\d\.]+-classic)\.tar\.gz/waterfox_$1.orig\.tar\.gz/ \
https://github.com/MrAlex94/Waterfox/tags .*/([\d\.]+)-classic\.tar\.gz
|