mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
9ee17a9593
* aapt: revbump * et: revbump * libncnn: revbump * libprotobuf-c: revbump * libprotobuf: revbump * protobuf-static: revbump * libwebrtc-audio-processing: revbump * mosh: revbump * pika: revbump * opencv: revbump * python-torch: revbump * libgrpc: revbump due to symbol changes in abseil-cpp
21 lines
743 B
Bash
21 lines
743 B
Bash
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"
|
|
TERMUX_PKG_VERSION="6.2.9"
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=git+https://github.com/MisterTea/EternalTerminal
|
|
TERMUX_PKG_GIT_BRANCH=et-v${TERMUX_PKG_VERSION}
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
|
|
TERMUX_PKG_DEPENDS="abseil-cpp, libc++, libsodium, openssl, protobuf, zlib"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DDISABLE_VCPKG=1"
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_protobuf
|
|
}
|
|
|
|
termux_step_post_make_install() {
|
|
install -Dm600 $TERMUX_PKG_SRCDIR/etc/et.cfg $TERMUX_PREFIX/etc/
|
|
}
|