🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: eglexternalplatform
pkgver: '1.2.1'
pkgrel: '1'
pkgdesc: The EGL External Platform interface
url: '\''https://github.com/NVIDIA/egl-wayland\'''
arch: x86_64
depends:
- libglvnd
makedepends: []
source:
- 'https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 5089ceb054ca50c85837f015756a3d0f2f75cf2a98c9e5fbcbcfb8206137f76e
build: |
meson setup ${pkgname}-${pkgver} build \
--prefix=/usr \
--includedir=include/EGL \
--libdir=share \
--buildtype=plain
meson compile -C build
DESTDIR=${PKGDIR} meson install -C build
package: |
true