🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
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