tty-solitaire: Add package

This commit is contained in:
Auxilus 2017-09-23 05:04:29 +05:30 committed by Henrik Grimler
parent 809ce2c039
commit 9309007637

View File

@ -0,0 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://github.com/mpereira/tty-solitaire
TERMUX_PKG_DESCRIPTION="ncurses-based klondike solitaire game."
TERMUX_PKG_VERSION=1.0.0
TERMUX_PKG_SHA256=d3512beb8844ffb295cbea03bb3515fec12851bce38692e05cd55494beb2cc1f
TERMUX_PKG_SRCURL=https://github.com/mpereira/tty-solitaire/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, ncurses-dev"