# nvidia-alternative - Everything needed to run an NVIDIA card without blobs
# 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=nvidia-alternative
version=1.0.0
release=1
desc="Everything needed to run an NVIDIA card without blobs"
url="https://nouveau.freedesktop.org/"
license="MIT"
depend="nouveau-drivers mesa nouveau-firmware"
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' "nouveau-drivers mesa nouveau-firmware" >"$pkgdir/usr/share/arctic/meta/nvidia-alternative"
}
