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

recipes/gui/wpebackend-fdo/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'wpebackend-fdo'
pkgver: '1.16.1'
pkgrel: '1'
pkgdesc: 'Freedesktop.org backend for WPE WebKit'
url: 'https://wpewebkit.org'
arch: x86_64
depends: []
makedepends:
- libepoxy
- 'wayland-protocols'
- libwpe

source:
- 'https://wpewebkit.org/releases/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

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