mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 09:28:54 +00:00
Should solve 50% of the problems on https://repology.org/repository/termux/problems. %ci:no-build
11 lines
477 B
Bash
11 lines
477 B
Bash
TERMUX_PKG_HOMEPAGE=https://ninvaders.sourceforge.net
|
|
TERMUX_PKG_DESCRIPTION="Space Invaders clone based on ncurses for ASCII output"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.1.2
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://github.com/sf-refugees/ninvaders/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=80fbdfd396efc3674c0a697e0d7c219647518cefd22e948d504bb3a677e58df3
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
|
TERMUX_PKG_GROUPS="games"
|