pkgname: gsound pkgver: '1.0.3' pkgrel: '2' pkgdesc: 'Small library for playing system sounds' url: 'https://wiki.gnome.org/Projects/GSound' arch: x86_64 license: - LGPL depends: [] makedepends: - glib - libcanberra source: - 'https://download.gnome.org/sources/${pkgname}/1.0/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gsound-1.0.3 builddir meson compile -C builddir package: | DESTDIR="${PKGDIR}" meson install -C builddir