vp-build/srcpkgs/asciiquarium/template

28 lines
1.0 KiB
Bash
Raw Permalink Normal View History

2016-08-02 00:47:05 +02:00
# Template file for 'asciiquarium'
pkgname=asciiquarium
version=1.1
2018-09-22 23:09:58 +02:00
revision=2
2016-08-02 00:47:05 +02:00
noarch=yes
2018-09-22 23:09:58 +02:00
wrksrc="${pkgname}_${version}"
hostmakedepends="wget"
depends="perl perl-Term-Animation perl-Curses"
2016-08-02 00:47:05 +02:00
short_desc="Enjoy the mysteries of the sea from the safety of your own terminal"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
2018-09-22 23:09:58 +02:00
license="GPL-2.0-or-later"
2016-08-02 00:47:05 +02:00
homepage="http://www.robobunny.com/projects/asciiquarium/html/"
distfiles="http://www.robobunny.com/projects/asciiquarium/asciiquarium_${version}.tar.gz"
checksum=1b08c6613525e75e87546f4e8984ab3b33f1e922080268c749f1777d56c9d361
2018-09-22 23:09:58 +02:00
# Host has poor configuration of certificates
XBPS_FETCH_CMD="wget --no-check-certificate"
2016-08-02 00:47:05 +02:00
do_install() {
vbin asciiquarium
}
# REMARKS: Per request from Vaelatern this comment explains the hard
# depends on perl. A direct dependency is noted on perl as
# asciiquarium is a perl executable and as stated in the manual,
# executables that require direct dependencies that are not detectable
# by xbps should have such dependencies listed in the 'depends' field.