wok view asciiquarium/receipt @ rev 23876

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 14:12:33 2020 +0000 (2020-07-01)
parents 9880378cbf5b
children d8c511e24c20
line source
1 # SliTaz package receipt.
3 PACKAGE="asciiquarium"
4 VERSION="1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text console screensaver."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 #WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi"
10 WEB_SITE="https://github.com/cmatsuoka/asciiquarium"
12 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
14 TAGS="screensaver"
16 DEPENDS="perl-animation perl-curses"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/bin
22 cp -a $src/asciiquarium $fs/usr/bin
23 chmod a+x $fs/usr/bin/asciiquarium
24 chown -R root:root $fs
25 }