wok-6.x diff get-sublime-text-3/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-sublime-text-3/receipt Thu Mar 30 18:01:42 2017 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="get-sublime-text-3" 1.7 +VERSION="1" 1.8 +CATEGORY="non-free" 1.9 +SHORT_DESC="Sublime Text is a sophisticated text editor for code, markup and prose" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="non-free" 1.12 +WEB_SITE="http://www.sublimetext.com/" 1.13 +TAGS="development text-editor IDE programming" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp -a $stuff/$PACKAGE $fs/usr/bin 1.20 + chmod a+x $fs/usr/bin/$PACKAGE 1.21 +}