# HG changeset patch # User Pascal Bellard # Date 1414237052 -7200 # Node ID e0e381849c3b2fa87329584af4bdf6696f3e44c5 # Parent ebd0372803bc4138bb4f3c748b95c51ffe9238b7 Add jad diff -r ebd0372803bc -r e0e381849c3b jad --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jad Sat Oct 25 13:37:32 2014 +0200 @@ -0,0 +1,16 @@ +WEB_SITE="http://varaneckas.com/jad/" +VERSION="1.5.8e" +TARBALL="jad" +CATEGORY="non-free" +LICENSE="other" +WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL" +SHORT_DESC="A Java Decompiler." +BUILD_DEPENDS="wget" + +wget -c --no-check-certificate -O $TARBALL $WGET_URL +[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting." + +mkdir -p $PACKAGE-$SOURCE/usr/bin +mv $TARBALL $PACKAGE-$SOURCE/usr/bin + +set +e