asciiquarium-1.1 added
This commit is contained in:
parent
ef3e63b9a9
commit
50401f2884
|
@ -0,0 +1 @@
|
|||
DIST asciiquarium_1.1.tar.gz 15436 SHA256 1b08c6613525e75e87546f4e8984ab3b33f1e922080268c749f1777d56c9d361 SHA512 109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926 WHIRLPOOL 968020520c5f2a4de60870327d575233ee8d90af0bcb6666ddb0d0002cd29550f2a1caaf69022a80cbf661d258a4e35f17e5b73a08fb655d72cbf67246ec58d2
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MY_P=${P/-/_}
|
||||
DESCRIPTION="an aquarium/sea animation in ASCII art"
|
||||
HOMEPAGE="http://www.robobunny.com/projects/asciiquarium/html/"
|
||||
SRC_URI="http://www.robobunny.com/projects/asciiquarium/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/perl-5.6
|
||||
dev-perl/Term-Animation[ncurses]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_install()
|
||||
{
|
||||
dodoc README CHANGES
|
||||
dobin asciiquarium
|
||||
}
|
Loading…
Reference in New Issue