forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-arcade/ninvaders: update to 0.1.2
Closes: https://bugs.gentoo.org/707654 Closes: https://bugs.gentoo.org/721184 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Azamat H. Hackimov <[email protected]> Signed-off-by: Stefan Strogin <[email protected]>
- Loading branch information
1 parent
326aa30
commit 78663bf
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST ninvaders-0.1.1.tar.gz 31275 BLAKE2B 7e27c230a94eb9841ab69f11b0b9a9c4ddcbd3079083ad82a08685778bd9dc21b2eafb91fa50e9762f0594846adbb33fef71d24ff48239271b2d58cbbf921d81 SHA512 7987063084d9a9f042b419e7552debf3f173b82ba3832c2575ae8461fb5f787d6a476c305d5c2d591b4574748c6ba50e42391796c384f225685c22f044553087 | ||
DIST ninvaders-0.1.2.tar.gz 26872 BLAKE2B 218dcfc486f52795330454844b714efa6213a731bc0f2f02aab864c7f77cf6f1fe4736de039928caa4f0f5dcfbba5adf7e82af72c18c7a26f43d4bc4bfcdbe99 SHA512 dffe5a7a5992bbeb70d91dda30c0c936dbf90a0b70754748b24806ef3ead08befbb54a15f738c8bb7007f8fdb89444ec0bc4fc8ae21811113ba0998afe04ef65 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
inherit cmake | ||
|
||
DESCRIPTION="a Space Invaders clone based on ncurses for ASCII output" | ||
HOMEPAGE="https://github.com/sf-refugees/ninvaders | ||
http://ninvaders.sourceforge.net/" | ||
SRC_URI="https://github.com/sf-refugees/ninvaders/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND="sys-libs/ncurses:0=" |