get-scripts annotate jad @ rev 34

Add sublime-text-3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 23 08:59:52 2015 +0100 (2015-03-23)
parents dd4436ade9f9
children 9236e88ec240
rev   line source
pascal@34 1 SHORT_DESC="A Java Decompiler."
pascal@22 2 WEB_SITE="http://varaneckas.com/jad/"
pascal@34 3 # end of get.list data
pascal@22 4 VERSION="1.5.8e"
pascal@22 5 TARBALL="jad"
pascal@22 6 CATEGORY="non-free"
pascal@22 7 LICENSE="other"
pascal@22 8 WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL"
pascal@22 9 SHORT_DESC="A Java Decompiler."
pascal@22 10 BUILD_DEPENDS="wget"
pascal@22 11
pascal@22 12 wget -c --no-check-certificate -O $TARBALL $WGET_URL
pascal@22 13 [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
pascal@22 14
pascal@27 15 chmod +x $TARBALL
pascal@27 16 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@27 17 mv $TARBALL $PACKAGE-$VERSION/fs/usr/bin
pascal@22 18
pascal@22 19 set +e