wok-next annotate get-sublime-text-3/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
al@17834 2
al@17834 3 PACKAGE="get-sublime-text-3"
al@17834 4 VERSION="1"
al@17834 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="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@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 15 }
al@17834 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 TAGS="development text-editor IDE programming"
al@17834 20 }