#!/bin/mkpkg # description: X.org Nouveau (NVIDIA) video driver # url: https://nouveau.freedesktop.org/ name=x11-xf86-video-nouveau version=1.0.18 release=1 depends=(x11-server mesa) source=(https://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-$version.tar.xz) build() { cd xf86-video-nouveau-$version export CFLAGS="$CFLAGS -Wno-implicit-function-declaration" ./configure --prefix=/usr make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh