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

recipes/gui/egl-wayland/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: egl-wayland
pkgver: '1.1.21'
pkgrel: '1'
pkgdesc: The EGLStream-based Wayland external platform
url: 'https://github.com/NVIDIA/egl-wayland'
arch: x86_64
depends:
- eglexternalplatform
- wayland
makedepends:
- meson
- xorg-libdrm
- wayland
- libglvnd
- eglexternalplatform
- wayland-protocols
source:
- 'https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${pkgver}.tar.gz'
- 10_nvidia_wayland.json
sha256sums:
- da232d46ec4553b2f4b057b705acfa63466318f91f7e8de38dcfb30243fb6898
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd build
  meson .. build --prefix=/usr
  meson compile -C build
  meson install -C build --destdir ${PKGDIR}
  install -Dt "${PKGDIR}/usr/share/egl/egl_external_platform.d" -m644 ../../10_nvidia_wayland.json
  install -Dt "${PKGDIR}/usr/share/licenses/${pkgname}" -m644 ../COPYING
package: |
  true