11 lines
565 B
Makefile
Executable file
11 lines
565 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Frank Hartung (supervisedthinking (@) gmail.com)
|
|
|
|
PKG_NAME="xcb-util-wm"
|
|
PKG_VERSION="0.4.1"
|
|
PKG_SHA256="28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://xcb.freedesktop.org/XcbUtil/"
|
|
PKG_URL="https://xcb.freedesktop.org/dist/xcb-util-wm-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libxcb xorgproto util-macros"
|
|
PKG_LONGDESC="The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM."
|