get-scripts annotate nanozip @ rev 79

libreoffice: fix menu entries
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 09 11:04:15 2019 +0200 (2019-06-09)
parents 62d94e6800db
children
rev   line source
pascal@63 1 SHORT_DESC="An experimental file archiver software."
pascal@65 2 WEB_SITE="http://nanozip.ijat.my/"
pascal@63 3 # end of get.list data
pascal@63 4 WGET_URL="$WEB_SITE$(wget -O - $WEB_SITE | \
pascal@63 5 sed '/linux32/!d;s/.*href="*\([^>"]*\).*/\1/;q')"
pascal@63 6 TARBALL="$(basename $WGET_URL)"
pascal@63 7 VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux32.*/\1/')"
pascal@63 8
pascal@63 9 wget $WGET_URL
pascal@63 10 unzip $TARBALL
pascal@63 11 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@63 12 mv nz $PACKAGE-$VERSION/fs/usr/bin