wok-next diff get-sublime-text-3/receipt @ rev 19333
syslinux: adjust custom conf location (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 17 09:10:20 2016 +0200 (2016-07-17) |
parents | |
children | d958fec46c9f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-sublime-text-3/receipt Sun Jul 17 09:10:20 2016 +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 +}