Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions srcpkgs/egl-wayland2/template
Original file line number Diff line number Diff line change
@@ -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 <joshua.kloepfer@gmail.com>"
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
16 changes: 16 additions & 0 deletions srcpkgs/eglexternalplatform/template
Original file line number Diff line number Diff line change
@@ -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<joshua.kloepfer@gmail.com>"
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
}