get-scripts annotate jd-gui @ 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
rev   line source
pascal@34 1 SHORT_DESC="Yet another fast Java decompiler."
pascal@23 2 WEB_SITE="http://jd.benow.ca/"
pascal@34 3 # end of get.list data
pascal@25 4 WGET_URL="$(wget -O - $WEB_SITE | sed "/linux.i686/!d;s/.*href=.\([^'\"]*\).*/\1/")"
pascal@25 5 TARBALL="$(basename $WGET_URL)"
pascal@23 6
pascal@23 7 wget -O $TARBALL $WGET_URL
pascal@63 8 [ -f $TARBALL ] || abort_package
pascal@23 9
pascal@23 10 tar xzf $TARBALL
pascal@41 11 VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux.*/\1/')"
pascal@27 12 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@27 13 mv $PACKAGE $PACKAGE-$VERSION/fs/usr/bin