get-scripts diff sublime-text-3 @ rev 40

list CATEGORY, VERSION, LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 03 11:24:38 2015 +0200 (2015-05-03)
parents 6ca05e6839e1
children 2cb082503ef7
line diff
     1.1 --- a/sublime-text-3	Mon Mar 23 08:59:52 2015 +0100
     1.2 +++ b/sublime-text-3	Sun May 03 11:24:38 2015 +0200
     1.3 @@ -1,9 +1,8 @@
     1.4  SHORT_DESC="Sophisticated text editor for code, markup and prose"
     1.5  WEB_SITE="http://www.sublimetext.com/3"
     1.6 +CATEGORY="non-free"
     1.7  # end of get.list data
     1.8 -CATEGORY="development"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10 -LICENSE="non-free"
    1.11  WGET_URL="$(wget -O - $WEB_SITE | tr '"' '\n' | fgrep x32.tar)"
    1.12  VERSION=${WGET_URL%_x32*}; VERSION=${VERSION##*_}
    1.13  TARBALL="$(basename $WGET_URL)"