From b74a7d29f94456a059e49d3aac6ca18384815d6e Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Thu, 1 Dec 2022 02:27:31 +0900 Subject: [PATCH] new package: xcb-imdkit --- x11-packages/xcb-imdkit/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 x11-packages/xcb-imdkit/build.sh diff --git a/x11-packages/xcb-imdkit/build.sh b/x11-packages/xcb-imdkit/build.sh new file mode 100644 index 0000000000..86516a6210 --- /dev/null +++ b/x11-packages/xcb-imdkit/build.sh @@ -0,0 +1,9 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/fcitx/xcb-imdkit +TERMUX_PKG_DESCRIPTION="An implementation of xim protocol in xcb" +TERMUX_PKG_LICENSE="LGPL-2.1" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=1.0.4 +TERMUX_PKG_SRCURL=https://github.com/fcitx/xcb-imdkit/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=43ca9e8c32b954c74f857a8bb3ef5259c5f0f15aaae88e55256c862730c15d39 +TERMUX_PKG_DEPENDS="libxcb, xcb-util" +TERMUX_PKG_BUILD_DEPENDS="extra-cmake-modules, uthash, xcb-util-keysyms"