perl-Term-Animation: move distfile to CPAN_SITE , add missing dep
This commit is contained in:
parent
96f2d44ffd
commit
3da66181ea
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +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"
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname//perl-//}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-Curses"
|
||||
depends="perl perl-Curses"
|
||||
short_desc="Terminal Animation module for perl"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="Perl"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="http://robobunny.com/projects/animation/html/"
|
||||
distfiles="http://robobunny.com/projects/animation/Term-Animation.tar.gz"
|
||||
distfiles="${CPAN_SITE}/Term/Term-Animation-${version}.tar.gz"
|
||||
checksum=7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045
|
||||
|
|
Loading…
Reference in a new issue