termux-packages/packages/greed/build.sh

12 lines
532 B
Bash
Raw Normal View History

2015-06-12 23:03:31 +00:00
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"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2017-03-26 23:56:11 +00:00
TERMUX_PKG_VERSION=4.2
TERMUX_PKG_REVISION=2
2015-06-12 23:03:31 +00:00
TERMUX_PKG_SRCURL=http://www.catb.org/~esr/greed/greed-${TERMUX_PKG_VERSION}.tar.gz
2017-03-26 23:56:11 +00:00
TERMUX_PKG_SHA256=702bc0314ddedb2ba17d4b55d873384a1606886e8d69f35ce67f6e3024a8d3fd
2015-06-12 23:03:31 +00:00
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_GROUPS="games"