Files
termux-packages/packages/vtm/build.sh
termux-pacman-bot dc69bd762d bump(main/vtm): 2026.01.16
This commit has been automatically submitted by Github Actions.
2026-01-16 18:46:58 +00:00

16 lines
641 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/directvt/vtm
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="2026.01.16"
TERMUX_PKG_SRCURL=https://github.com/directvt/vtm/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ba6c980281d3b34cdf1dca9200e83e29ccf8ea66e3835920024cf41ed2d64d78
TERMUX_PKG_DEPENDS="freetype, harfbuzz, libc++, lua54"
TERMUX_PKG_BUILD_DEPENDS="libandroid-spawn"
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
CXXFLAGS+=" -pthread"
}