2018-08-20 21:56:48 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.heyu.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Program for remotely controlling lights and appliances"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2018-08-20 21:56:48 +02:00
|
|
|
TERMUX_PKG_VERSION=2.11-rc3
|
|
|
|
TERMUX_PKG_SHA256=6285f134e03688b5ec03986ef53cce463abc007281996156cac52b61cbeb58b2
|
2017-09-20 21:54:14 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/HeyuX10Automation/heyu/archive/v$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2017-09-20 21:54:14 +02:00
|
|
|
# rindex is an obsolete version of strrchr which is not available in Android:
|
|
|
|
CFLAGS+=" -Drindex=strrchr"
|
|
|
|
LDFLAGS+=" -llog"
|
|
|
|
}
|