wok annotate get-sublime-text-3/receipt @ rev 19862

Up minetest (0.4.15) split and improve packages + add libspatialindex to speed up minetest (great Minecraft alike game for schools)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 26 00:07:11 2017 +0100 (2017-03-26)
parents
children
rev   line source
al@17834 1 # SliTaz package receipt.
al@17834 2
al@17834 3 PACKAGE="get-sublime-text-3"
al@17834 4 VERSION="1"
al@17834 5 CATEGORY="non-free"
al@17834 6 SHORT_DESC="Sublime Text is a sophisticated text editor for code, markup and prose"
al@17834 7 MAINTAINER="al.bobylev@gmail.com"
al@17834 8 LICENSE="non-free"
al@17834 9 WEB_SITE="http://www.sublimetext.com/"
al@17834 10 TAGS="development text-editor IDE programming"
al@17834 11
al@17834 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17834 13 genpkg_rules()
al@17834 14 {
al@17834 15 mkdir -p $fs/usr/bin
al@17834 16 cp -a $stuff/$PACKAGE $fs/usr/bin
al@17834 17 chmod a+x $fs/usr/bin/$PACKAGE
al@17834 18 }