7 lines
339 B
Bash
7 lines
339 B
Bash
TERMUX_PKG_VERSION=4.1
|
|
TERMUX_PKG_HOMEPAGE=http://www.catb.org/~esr/greed/
|
|
TERMUX_PKG_DESCRIPTION="Game where you try to eat as much as possible of the board before munching yourself into a corner"
|
|
TERMUX_PKG_SRCURL=http://www.catb.org/~esr/greed/greed-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_DEPENDS="ncurses"
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|