1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 18:56:39 +00:00
termux-packages/packages/vtm/build.sh
Termux Github Actions b38a2f3c7d vtm: update to 0.9.2
This commit has been automatically submitted by Github Actions.
2022-10-06 18:25:27 +00:00

18 lines
666 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.2"
TERMUX_PKG_SRCURL=https://github.com/netxs-group/vtm/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=76502965c86bbe7b51d75a14cc9ae8bf2a52f96916854071303457d45ed4285c
TERMUX_PKG_DEPENDS="libandroid-spawn, libc++"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
TERMUX_PKG_SRCDIR+=/src
CXXFLAGS+=" -pthread"
LDFLAGS+=" -landroid-spawn"
}