games-misc/asciiquarium: new package, add 1.1_p20120823

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-15 05:44:48 +05:00
parent 971b0d9ef5
commit a22aac5881
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST asciiquarium-1.1_p20120823.tar.gz 16016 BLAKE2B 36f23fab9f831febb8e55328fb9f7bfabe1229299494346c2c06e47f7ead96fdb89bef3655ecf372c92ba5ecd35d768caae4c39ccae7897d340066a9abce009c SHA512 30ac256eee914144bbb9f140281e64c61b9c021e8a0a48e4068cf7257963465173a9b6f0ae5ed43e041c63370074ad3f6d634784969a4ed9dcb64daca3f4e609

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT="8bdb7d441a36a5a9f64b853317a66f9d4a82f08f"
DESCRIPTION="Asciiquarium is an aquarium/sea animation in ASCII art"
HOMEPAGE="
https://robobunny.com/projects/asciiquarium/html/
https://github.com/cmatsuoka/asciiquarium
"
SRC_URI="https://github.com/cmatsuoka/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-perl/Term-Animation"
RDEPEND="${DEPEND}"
src_install() {
dobin asciiquarium
einstalldocs
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
</pkgmetadata>