get-scripts view jad @ rev 70

opera: 404, update $URL
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 26 17:34:12 2017 +0200 (2017-09-26)
parents 2cdf3e534506
children
line source
1 SHORT_DESC="A Java Decompiler."
2 WEB_SITE="http://varaneckas.com/jad/"
3 LICENSE="other"
4 # end of get.list data
5 VERSION="1.5.8e"
6 TARBALL="jad"
7 CATEGORY="non-free"
8 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
9 SHORT_DESC="A Java Decompiler."
10 BUILD_DEPENDS="wget"
12 wget -c --no-check-certificate -O $TARBALL $WGET_URL
13 [ -f $TARBALL ] || abort_package
15 chmod +x $TARBALL
16 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
17 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin