asciiquarium: add perl-Curses depends

This commit is contained in:
maxice8 2018-09-22 18:09:58 -03:00 committed by maxice8
parent 803fb60bfa
commit 2780122ed6

View File

@ -1,17 +1,21 @@
# Template file for 'asciiquarium'
pkgname=asciiquarium
version=1.1
revision=1
wrksrc=${pkgname}_${version}
depends="perl perl-Term-Animation"
revision=2
noarch=yes
wrksrc="${pkgname}_${version}"
hostmakedepends="wget"
depends="perl perl-Term-Animation perl-Curses"
short_desc="Enjoy the mysteries of the sea from the safety of your own terminal"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://www.robobunny.com/projects/asciiquarium/html/"
distfiles="http://www.robobunny.com/projects/asciiquarium/asciiquarium_${version}.tar.gz"
checksum=1b08c6613525e75e87546f4e8984ab3b33f1e922080268c749f1777d56c9d361
# Host has poor configuration of certificates
XBPS_FETCH_CMD="wget --no-check-certificate"
do_install() {
vbin asciiquarium
}