2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="HTTP web service mocking project for projects which use libsoup"
8 url="https://gitlab.freedesktop.org/pwithnall/uhttpmock"
9 depends=('glib2' 'libsoup3')
10 makedepends=('meson' 'gtk-doc')
13 source=(https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/$pkgver/uhttpmock-$pkgver.tar.gz)
14 sha256sums=('9fbcdcbc3e4b1ccde2281e3010f169036862423c936ffc8904ab30daad474b07')
17 meson build $pkgname-$pkgver \
19 -D introspection=false
20 meson compile -C build
24 meson install -C build --destdir="$pkgdir"