get-scripts view jad @ rev 22

Add jad
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 13:37:32 2014 +0200 (2014-10-25)
parents
children dd4436ade9f9
line source
1 WEB_SITE="http://varaneckas.com/jad/"
2 VERSION="1.5.8e"
3 TARBALL="jad"
4 CATEGORY="non-free"
5 LICENSE="other"
6 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
7 SHORT_DESC="A Java Decompiler."
8 BUILD_DEPENDS="wget"
10 wget -c --no-check-certificate -O $TARBALL $WGET_URL
11 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
13 mkdir -p $PACKAGE-$SOURCE/usr/bin
14 mv $TARBALL $PACKAGE-$SOURCE/usr/bin
16 set +e