#!/bin/mkpkg # description: X.org AMD GPU video driver # url: https://xorg.freedesktop.org name=x11-xf86-video-amdgpu version=25.0.0 release=1 depends=(x11-server mesa) makedeps=(meson) source=(https://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-$version.tar.xz) build() { meson setup xf86-video-amdgpu-$version build \ --prefix=/usr \ --buildtype=plain meson compile -C build DESTDIR=$PKG meson install -C build } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh