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

recipes/gui/libwpe/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: libwpe
pkgver: '1.16.3'
pkgrel: '1'
pkgdesc: 'General purpose library for WPE WebKit and the WPE Renderer'
url: 'https://wpewebkit.org'
arch: x86_64
depends: []
makedepends:
- mesa
- libxkbcommon

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 libwpe-1.16.3 builddir
  meson compile -C builddir

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