diff --git a/srcpkgs/egl-wayland2/template b/srcpkgs/egl-wayland2/template new file mode 100644 index 00000000000000..197ed048ae7548 --- /dev/null +++ b/srcpkgs/egl-wayland2/template @@ -0,0 +1,16 @@ +# Template file for 'egl-wayland2' +pkgname=egl-wayland2 +version=1.0.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config" +makedepends="wayland-devel wayland-protocols libdrm-devel MesaLib-devel + libglvnd-devel eglexternalplatform" +depends="nvidia>=560" +short_desc="NVIDIA Wayland EGL External Platform library, Version 2" +maintainer="Joshua Kloepfer " +license="Apache-2.0" +homepage="https://github.com/NVIDIA/egl-wayland2" +changelog="https://github.com/NVIDIA/egl-wayland2/releases" +distfiles="https://github.com/NVIDIA/egl-wayland2/archive/refs/tags/v${version}.tar.gz" +checksum=1d8f154e69b3055cb20f5eddda0fa438aea292e6ef835b129cd2efaae5eb95fc diff --git a/srcpkgs/eglexternalplatform/template b/srcpkgs/eglexternalplatform/template new file mode 100644 index 00000000000000..2c242f5d3e9448 --- /dev/null +++ b/srcpkgs/eglexternalplatform/template @@ -0,0 +1,16 @@ +# Template file for 'eglexternalplatform' +pkgname=eglexternalplatform +version=1.2.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config" +short_desc="EGL External Platform interface headers" +maintainer="Joshua Kloepfer" +license="MIT" +homepage="https://github.com/NVIDIA/eglexternalplatform" +distfiles="https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/${version}.tar.gz" +checksum=5089ceb054ca50c85837f015756a3d0f2f75cf2a98c9e5fbcbcfb8206137f76e + +post_install() { + vlicense COPYING +}