#!/bin/mkpkg # description: XCB window manager utility library # url: https://xcb.freedesktop.org/ name=xcb-util-wm version=0.4.2 release=1 depends=(libxcb) source=(https://xcb.freedesktop.org/dist/xcb-util-wm-$version.tar.xz) sha256sums=( "62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b" ) build() { cd xcb-util-wm-$version ./configure --prefix=/usr make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh