wok-next view asciiquarium/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children 69bb65a67c90
line source
1 # SliTaz package receipt v2.
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/"
10 HOST_ARCH="any"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
15 DEPENDS_std="perl-term-animation perl-curses"
16 TAGS_std="screensaver"
18 compile_rules() {
19 install -Dm755 asciiquarium $install/usr/bin/asciiquarium
20 }