sup view sup-demo/receip @ rev 19

Better help a source tree structure
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 26 19:20:31 2017 +0100 (2017-02-26)
parents wok/sup-demo/receip@6e287a70e3d7
children 361b8459a302
line source
1 # SliTaz User Package receipt
3 PACKAGE="sup-demo"
4 VERSION="0.1"
5 SHORT_DESC="Short package description and information"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="BSD"
8 WEB_SITE="http://www.slitaz.org/"
10 # Sup dependencies will be automatically downloaded but system wide
11 # deps must be manually installed by root.
12 SUP_DEPS=""
13 DEPENDS=""
15 # Here are the optional install rules (download, configure, etc)
16 sup_install() {
17 echo "Hello :-) I'm a demo package!"
18 }