🔒 Repository is read-only – file editing is disabled.

recipes/gui/umockdev/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: umockdev
pkgver: '0.19.8'
pkgrel: '1'
pkgdesc: 'The Umockdev package contains a framework that allows a developer to mock devices for use in unit testing.'
url: 'https://github.com/martinpitt/umockdev/'
arch: x86_64
license:
- LGPL

depends: []
makedepends:
- meson
- ninja
- libgudev
- libpcap
- vala

source:
- 'https://github.com/martinpitt/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true umockdev-0.19.8 builddir
  meson compile -C builddir

package: |
  DESTDIR="${PKGDIR}" meson install -C builddir