🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: 'wayland-utils'
pkgver: '1.3.0'
pkgrel: '2'
pkgdesc: 'Wayland tools to display information about current compositor'
url: 'https://gitlab.freedesktop.org/wayland/wayland-utils'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- meson
- 'xorg-libdrm'
- wayland
- 'wayland-protocols'
source:
- 'https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${pkgver}/downloads/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true wayland-utils-1.3.0 builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING