summaryrefslogtreecommitdiff
path: root/libs/xcb-util-wm/MAKEPKG
blob: a19d8d714af54c2754d2763bd2f36a693e3b0abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/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