termux-packages/x11-packages/xorg-luit/build.sh
Leonid Pliushch 10ee00b80c
rebuild part 1
Split rebuild of whole repository into 2 parts due to CI problem
with caching large amount of debs.
2022-04-18 14:41:46 +05:30

11 lines
564 B
Bash

TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="Filter that can be run between an arbitrary application and a UTF-8 terminal emulator"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.1.1
TERMUX_PKG_REVISION=10
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/luit-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636
TERMUX_PKG_DEPENDS="libfontenc"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"