summaryrefslogtreecommitdiffstats
path: root/x11-xf86-video-amdgpu
diff options
context:
space:
mode:
authorzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
committerzorz <zorz@krypt.sh>2026-04-01 22:52:53 +0300
commit510ee94dc6c7b011ba95816e50d4faa8352f5e71 (patch)
treebdebaf589f9aae422a653a29b529008513f072c3 /x11-xf86-video-amdgpu
parente304d10a0993bda38d3bda2c0a9f33443ba82212 (diff)
downloadxorg-510ee94dc6c7b011ba95816e50d4faa8352f5e71.tar.gz
xorg-510ee94dc6c7b011ba95816e50d4faa8352f5e71.tar.xz
Diffstat (limited to 'x11-xf86-video-amdgpu')
-rw-r--r--x11-xf86-video-amdgpu/MAKEPKG26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-xf86-video-amdgpu/MAKEPKG b/x11-xf86-video-amdgpu/MAKEPKG
new file mode 100644
index 0000000..2987413
--- /dev/null
+++ b/x11-xf86-video-amdgpu/MAKEPKG
@@ -0,0 +1,26 @@
1#!/bin/mkpkg
2# description: X.org AMD GPU video driver
3# url: https://xorg.freedesktop.org
4
5name=x11-xf86-video-amdgpu
6version=25.0.0
7release=1
8depends=(x11-server mesa)
9makedeps=(meson)
10source=(https://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-$version.tar.xz)
11
12build() {
13 meson setup xf86-video-amdgpu-$version build \
14 --prefix=/usr \
15 --buildtype=plain
16
17 meson compile -C build
18 DESTDIR=$PKG meson install -C build
19}
20
21signify() {
22 untrusted comment: public key
23 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
24}
25
26# vim: filetype=sh