[ User ] Login

Package: sup-demo 0.1

Download SUP Hub
Short package description and information
∗ Maintainer: Christophe Lincoln - Build date: 2017-02-28 23:21 - License: BSD

README

This optional README file can be used to give more information
about the package installation and usage

Receip

# SliTaz User Package receip

PACKAGE="sup-demo"
VERSION="0.1"
SHORT_DESC="Short package description and information"
MAINTAINER="pankso@slitaz.org"
LICENSE="BSD"
WEB_SITE="http://scn.slitaz.org/?sup"

# Sup dependencies will be automatically downloaded but system wide 
# deps must be manually installed by root.
SUP_DEPS=""
DEPENDS=""

# Here are the optional install rules (download, configure, etc)
sup_install() {
	echo "Hello :-) I'm a demo package!"
} 
cook_date="2017-02-28 23:21"