# vulkan-intel - Intel ANV Vulkan driver
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=vulkan-intel
version=26.0.2
release=1
desc="Intel ANV Vulkan driver"
url="https://mesa3d.org/"
license="MIT"
depend="mesa"
makedepend=""
source=""
sha256=""

# A meta package: the dependency list is the whole payload. Installing it pulls
# in a working setup and nothing else.
package() {
	install -d "$pkgdir/usr/share/arctic/meta"
	printf '%s\n' "mesa" >"$pkgdir/usr/share/arctic/meta/vulkan-intel"
}
