termux-packages/x11-packages/xterm/build.sh
Leonid Pliushch a420c20aff
xterm: bump version
Try to exclude xterm from outdated packages check on Repology.
Our "xterm" is just a shell wrapper for "aterm".
2022-04-18 14:30:34 +05:30

14 lines
418 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/termux/x11-packages
TERMUX_PKG_DESCRIPTION="A compatibility wrapper for Aterm"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=9999
TERMUX_PKG_DEPENDS="aterm"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
install \
-Dm700 "${TERMUX_PKG_BUILDER_DIR}/xterm" \
"${TERMUX_PREFIX}/bin/xterm"
}