summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorckonte2019-05-11 09:06:45 +0200
committerckonte2019-05-11 09:06:45 +0200
commit31c19da7d3e76d00933b806c6c1384d836ea0619 (patch)
tree2691073d8f98f307ed8bfea1afb7e1bd65b9431c /PKGBUILD
downloadaur-31c19da7d3e76d00933b806c6c1384d836ea0619.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..27231dfcde70
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Claudio Contino <ckonte at outlook dot it>
+pkgname=amdvlk-deb
+pkgver=2019.Q2.2
+pkgrel=1
+pkgdesc="AMD Open Source Driver for Vulkan (Stable DEB Release)"
+arch=("x86_64")
+url="https://github.com/GPUOpen-Drivers/AMDVLK"
+license=("MIT")
+depends=("vulkan-icd-loader")
+conflicts=("amdvlk-git" "amdvlk")
+provides=("amdvlk" "vulkan-driver")
+source=(
+"https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-${pkgver}/amdvlk_${pkgver}_amd64.deb"
+)
+sha256sums=('SKIP')
+
+package() {
+ tar -xJC "$pkgdir" -f data.tar.xz
+}