packages/libcheckpath1/build.sh: Fix description.
[termux-packages] / packages / stag / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/seenaburns/stag
2 TERMUX_PKG_DESCRIPTION="Streaming bar graphs. For stats and stuff."
3 TERMUX_PKG_VERSION=1.0.0
4 TERMUX_PKG_SRCURL=https://github.com/seenaburns/stag/archive/v${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=391574e6aa12856d5a598a374e3a40a38cbab6ef9d769c0d59af8411b4fbecb6
6 TERMUX_PKG_DEPENDS="ncurses"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8
9 termux_step_pre_configure() {
10 CFLAGS+=" $CPPFLAGS"
11 CFLAGS+=" $LDFLAGS"
12 }