summaryrefslogtreecommitdiff
path: root/games-arcade/ninvaders/ninvaders-0.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/ninvaders/ninvaders-0.1.2.ebuild')
-rw-r--r--games-arcade/ninvaders/ninvaders-0.1.2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/games-arcade/ninvaders/ninvaders-0.1.2.ebuild b/games-arcade/ninvaders/ninvaders-0.1.2.ebuild
new file mode 100644
index 000000000000..276a49eae610
--- /dev/null
+++ b/games-arcade/ninvaders/ninvaders-0.1.2.ebuild
@@ -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="