Term-Animation-2.6 added

This commit is contained in:
Kolan Sh 2013-12-17 17:10:54 +04:00
parent 19c649e63c
commit 7ef8e42aae
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST Term-Animation-2.6.tar.gz 19395 SHA256 7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045 SHA512 5d2c3e18e70d19fead2a2ad2d09bfb03f3f3d569f472ea43449799c089254a14ee9c4e695d5c93bda2a30d6e7538566c16a522ceac3c747a5cf0e522f21f1e18 WHIRLPOOL 6aca6fb8a492d6c276be0e7789ccb4ba2efcb635ce9f97737c69ff9135fc06a46624c9d333c50abb3e4488fbd99fbfe9b7f70a7e7120a38d0969d94ec1d252cc

View File

@ -0,0 +1,24 @@
# Copyright © 2009, 2010, 2011, 2012, 2013 James Rowe <jnrowe@gmail.com>
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=KBAUCOM
inherit perl-module
DESCRIPTION="ASCII sprite animation framework"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="amd64 x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/Curses"
RDEPEND="${DEPEND}"
src_test() {
perl-module_src_test
}