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 16:00:12 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-12-20 15:16:34 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2018-08-20 21:56:48 +02:00
|
|
|
TERMUX_PKG_VERSION=2.11-rc3
|
2019-12-30 01:05:41 +01:00
|
|
|
TERMUX_PKG_REVISION=1
|
2017-09-20 12:54:14 -07:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/HeyuX10Automation/heyu/archive/v$TERMUX_PKG_VERSION.tar.gz
|
2020-01-13 03:00:07 +02:00
|
|
|
TERMUX_PKG_SHA256=6285f134e03688b5ec03986ef53cce463abc007281996156cac52b61cbeb58b2
|
2021-10-04 13:43:31 +03:00
|
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
2017-09-20 12:54:14 -07:00
|
|
|
|
2019-02-08 17:37:29 +08:00
|
|
|
termux_step_pre_configure() {
|
2017-09-20 12:54:14 -07:00
|
|
|
# rindex is an obsolete version of strrchr which is not available in Android:
|
|
|
|
CFLAGS+=" -Drindex=strrchr"
|
|
|
|
}
|