pkgname: libdex pkgver: '1.1.0' pkgrel: '1' pkgdesc: 'A library supporting ''Deferred Execution' url: 'https://gitlab.gnome.org/GNOME/libdex' arch: x86_64 license: - 'LGPL2.1' depends: [] makedepends: - vala - libsoup3 - 'gobject-introspection' source: - 'https://gitlab.gnome.org/GNOME/libdex/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ --buildtype=release ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true