2021-01-02 17:45:19 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://eternalterminal.dev
|
|
|
|
TERMUX_PKG_DESCRIPTION="A remote shell that automatically reconnects without interrupting the session"
|
|
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-10-04 12:43:31 +02:00
|
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
|
|
TERMUX_PKG_AUTO_UPDATE_TAG_REGEXP="\d+\.\d+\.\d+"
|
2021-11-04 01:21:44 +01:00
|
|
|
TERMUX_PKG_VERSION=6.1.9
|
2021-08-30 19:26:19 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/MisterTea/EternalTerminal/archive/et-v${TERMUX_PKG_VERSION}.tar.gz
|
2021-11-04 01:21:44 +01:00
|
|
|
TERMUX_PKG_SHA256=b0b758ee57c53d82a4908b12e182bb61778ed685750c61304f0aa99ff174bd8d
|
2021-08-30 19:26:19 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libc++, protobuf, libsodium, openssl"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DDISABLE_VCPKG=1"
|
2021-01-02 17:45:19 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
termux_setup_protobuf
|
|
|
|
}
|
|
|
|
|
|
|
|
termux_step_post_make_install() {
|
|
|
|
install -Dm600 $TERMUX_PKG_SRCDIR/etc/et.cfg $TERMUX_PREFIX/etc/
|
|
|
|
}
|