description='The EGL External Platform interface'
url=\'https://github.com/NVIDIA/egl-wayland\'

packager="Llamatron 2112 <llamatron2112@nutyx.org>"
contributors=""

makedepends=()
run=(libglvnd)
set=()

name=eglexternalplatform
version=1.1

source=(https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/${version}.tar.gz)

build() {
cd $name-$version
install -Dt "${PKG}/usr/include/EGL" -m644 interface/*
install -Dt "${PKG}/usr/share/pkgconfig" -m644 *.pc
}
