distribution/packages/x11/util/xcb-util-keysyms/package.mk
2023-01-02 14:18:06 +00:00

13 lines
585 B
Makefile
Executable file

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Frank Hartung (supervisedthinking (@) gmail.com)
PKG_NAME="xcb-util-keysyms"
PKG_VERSION="0.4.0"
PKG_SHA256="0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9"
PKG_LICENSE="GPL"
PKG_SITE="https://xcb.freedesktop.org/XcbUtil/"
PKG_URL="https://xcb.freedesktop.org/dist/xcb-util-keysyms-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain libxcb xorgproto util-macros"
PKG_LONGDESC="The xcb-util-keysyms package contains a library for handling standard X key constants and conversion to/from keycodes."