pkgname: uhttpmock pkgver: '0.11.0' pkgrel: '2' pkgdesc: 'The uhttpmock package contains a library for mocking web service APIs which use HTTP or HTTPS' url: 'https://github.com/Distrotech/uhttpmock' arch: x86_64 depends: [] makedepends: - meson - libsoup3 - glib - vala - 'gtk-doc' source: - 'https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson --prefix=/usr \ -D introspection=false \ -D gtk_doc=false \ .. ninja DESTDIR=${PKGDIR} ninja install package: | true