pkgname: swayidle pkgver: '1.9.0' pkgrel: '1' pkgdesc: 'Swayidle - idle management demon dla Wayland' url: 'https://github.com/swaywm/swayidle' arch: x86_64 license: - 'MIT' depends: - 'wayland' makedepends: - meson - ninja - wayland-protocols source: - 'https://github.com/swaywm/swayidle/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd swayidle-${pkgver} meson setup build --prefix=/usr -Dman-pages=disabled ninja -C build DESTDIR=${PKGDIR} meson install -C build package: | true