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' 'libsoup')
10 makedepends=('meson' 'gtk-doc')
13 source=(https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/$pkgver/uhttpmock-$pkgver.tar.gz)
14 sha256sums=('61e812c33f15ecd840ebe729cf10727142c1ef0244b589fd82be7d1f9f19b8fe')
17 meson build $pkgname-$pkgver \
19 -D introspection=false
20 meson compile -C build
24 meson install -C build --destdir="$pkgdir"