You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
421 B

9 years ago
TERMUX_PKG_HOMEPAGE=http://www.figlet.org/
TERMUX_PKG_DESCRIPTION="Program for making large letters out of ordinary text"
TERMUX_PKG_VERSION=2.2.5
TERMUX_PKG_REVISION=1
9 years ago
TERMUX_PKG_SRCURL=ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d
9 years ago
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure () {
LD=$CC
}