nano: Update from 2.9.5 to 2.9.6
[termux-packages] / packages / heyu / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.heyu.org/
2 TERMUX_PKG_DESCRIPTION="A text-based console program for remotely controlling lights and appliances in the home or office"
3 TERMUX_PKG_VERSION=2.11-rc2
4 TERMUX_PKG_SRCURL=https://github.com/HeyuX10Automation/heyu/archive/v$TERMUX_PKG_VERSION.tar.gz
5
6 termux_step_pre_configure () {
7 # rindex is an obsolete version of strrchr which is not available in Android:
8 CFLAGS+=" -Drindex=strrchr"
9 LDFLAGS+=" -llog"
10 }