vim: Update from 8.0.1700 to 8.0.1750
[termux-packages] / packages / heyu / build.sh
CommitLineData
ece67953
S
1TERMUX_PKG_HOMEPAGE=http://www.heyu.org/
2TERMUX_PKG_DESCRIPTION="A text-based console program for remotely controlling lights and appliances in the home or office"
3TERMUX_PKG_VERSION=2.11-rc2
4TERMUX_PKG_SRCURL=https://github.com/HeyuX10Automation/heyu/archive/v$TERMUX_PKG_VERSION.tar.gz
ece67953
S
5
6termux_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}