sup view sup-demo/receip @ rev 53

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:45 2019 +0100 (2019-02-26)
parents 361b8459a302
children
line source
1 # SliTaz User Package receip
3 PACKAGE="sup-demo"
4 VERSION="0.1"
5 SHORT_DESC="Short package description and information"
6 MAINTAINER="pankso@slitaz.org"
7 LICENSE="BSD"
8 WEB_SITE="http://scn.slitaz.org/?sup"
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 }