From c311e2047aa65b158dc048e4f345a4befa141805 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 1 Aug 2016 17:36:35 -0500 Subject: [PATCH 1/2] New package: perl-Term-Animation-2.6 --- srcpkgs/perl-Term-Animation/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/perl-Term-Animation/template diff --git a/srcpkgs/perl-Term-Animation/template b/srcpkgs/perl-Term-Animation/template new file mode 100644 index 00000000000..9460f6f0f90 --- /dev/null +++ b/srcpkgs/perl-Term-Animation/template @@ -0,0 +1,15 @@ +# Template file for 'perl-Term-Animation' +pkgname=perl-Term-Animation +version=2.6 +revision=1 +wrksrc=${pkgname//perl-//}-${version} +build_style=perl-module +hostmakedepends="perl" +depends="perl" +noarch=yes +short_desc="Terminal Animation module for perl" +maintainer="Michael Aldridge " +license="Perl" +homepage="http://robobunny.com/projects/animation/html/" +distfiles="http://robobunny.com/projects/animation/Term-Animation.tar.gz" +checksum=7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045 From c992dc1c0bca4a352d84cd8c939b63484ab40c76 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 1 Aug 2016 17:47:05 -0500 Subject: [PATCH 2/2] New package: asciiquarium-1.1 --- srcpkgs/asciiquarium/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/asciiquarium/template diff --git a/srcpkgs/asciiquarium/template b/srcpkgs/asciiquarium/template new file mode 100644 index 00000000000..64f8828c2ec --- /dev/null +++ b/srcpkgs/asciiquarium/template @@ -0,0 +1,23 @@ +# Template file for 'asciiquarium' +pkgname=asciiquarium +version=1.1 +revision=1 +wrksrc=${pkgname}_${version} +depends="perl perl-Term-Animation" +noarch=yes +short_desc="Enjoy the mysteries of the sea from the safety of your own terminal" +maintainer="Michael Aldridge " +license="GPL-2" +homepage="http://www.robobunny.com/projects/asciiquarium/html/" +distfiles="http://www.robobunny.com/projects/asciiquarium/asciiquarium_${version}.tar.gz" +checksum=1b08c6613525e75e87546f4e8984ab3b33f1e922080268c749f1777d56c9d361 + +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.