mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-misc/asciiquarium: new package, add 1.1_p20120823
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
games-misc/asciiquarium/Manifest
Normal file
1
games-misc/asciiquarium/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST asciiquarium-1.1_p20120823.tar.gz 16016 BLAKE2B 36f23fab9f831febb8e55328fb9f7bfabe1229299494346c2c06e47f7ead96fdb89bef3655ecf372c92ba5ecd35d768caae4c39ccae7897d340066a9abce009c SHA512 30ac256eee914144bbb9f140281e64c61b9c021e8a0a48e4068cf7257963465173a9b6f0ae5ed43e041c63370074ad3f6d634784969a4ed9dcb64daca3f4e609
|
||||
25
games-misc/asciiquarium/asciiquarium-1.1_p20120823.ebuild
Normal file
25
games-misc/asciiquarium/asciiquarium-1.1_p20120823.ebuild
Normal 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
|
||||
}
|
||||
8
games-misc/asciiquarium/metadata.xml
Normal file
8
games-misc/asciiquarium/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user