1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Lex Black <autumn-wind@web.de>
7 pkgdesc='Wayland tools to display information about current compositor'
8 url='https://gitlab.freedesktop.org/wayland/wayland-utils'
11 depends=(wayland libdrm)
12 makedepends=(meson wayland-protocols)
13 source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('736fae5eb93e7eb6cdaa2374583b82912d2a497853ee8a1b3aeec0109ddd82dc')
17 meson $pkgname-$pkgver build \
19 meson compile -C build
23 meson install -C build --destdir "$pkgdir"
25 install -Dm644 $pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname