termux-packages/x11-packages/xorg-xkbcomp/build.sh
Leonid Pliushch 38307a4a7e
assign generic maintainer to packages where possible
Let @termux be assigned as package maintainer instead of me, just like
the most of Termux packages. I really don't use X11 package set so far.

%ci:no-build
2022-04-18 14:47:52 +05:30

10 lines
443 B
Bash

TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="X Keyboard description compiler"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/app/xkbcomp-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e
TERMUX_PKG_DEPENDS="libx11, libxkbfile"