0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-03 15:10:40 +00:00
Files
termux-packages/packages/vtm/build.sh
Termux Github Actions cf7299163d bump(main/vtm): 0.9.99.61
This commit has been automatically submitted by Github Actions.
2024-12-21 12:17:04 +00:00

17 lines
639 B
Bash

TERMUX_PKG_HOMEPAGE=https://vtm.netxs.online/
TERMUX_PKG_DESCRIPTION="Terminal multiplexer with TUI window manager and multi-party session sharing"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.9.99.61"
TERMUX_PKG_SRCURL=https://github.com/netxs-group/vtm/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=3fde4995a092fffb02076e90d015bf9088c374ae1d5489f00ae5d13c1667c09b
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_DEPENDS="libandroid-spawn"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
CXXFLAGS+=" -pthread"
}