diff --git a/pisi-index.xml b/pisi-index.xml
index ffe338e526..11e47ba531 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -26253,6 +26253,7 @@
libXrandr-devel
wayland-devel
vulkan-headers
+ cmake
git
x11/vulkan/vulkan/pspec.xml
@@ -26458,6 +26459,58 @@
+
+
+ vulkan-tools
+ https://www.khronos.org/vulkan/
+
+ Idris Kalp
+ idriskalp@gmail.com
+
+ BSD
+ app:console
+ x11.vulkan
+ Vulkan Utilities and Tools
+ This project provides Khronos official Vulkan Tools and Utilities for Linux
+ https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-1.1.130.0.tar.gz
+
+ libX11-devel
+ libxcb-devel
+ libXrandr-devel
+ wayland-devel
+ vulkan-headers
+ vulkan-devel
+ cmake
+ git
+
+ x11/vulkan/vulkan-tools/pspec.xml
+
+
+ vulkan-tools
+
+ libX11
+ libxcb
+ libXrandr
+ wayland
+ vulkan
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2020-01-14
+ 1.1.130
+ First release
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+
xcb-util-renderutil
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index fdcb6743f9..a3e86838e1 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-99a4002aa1e1628bb8e62231deb45a042a12608a
\ No newline at end of file
+38c10e6d767a92ba31cb725141af5688ae3f7228
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 7f180f3fbb..e0beb5f43b 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index c3158d3121..e093ffc744 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-67953c24966cb1f3f012637c09b096eee6b40aa7
\ No newline at end of file
+7d0150676332ec57103caa131f4310d6dbc960cf
\ No newline at end of file
diff --git a/x11/vulkan/vulkan-tools/actions.py b/x11/vulkan/vulkan-tools/actions.py
new file mode 100755
index 0000000000..db352e8dcc
--- /dev/null
+++ b/x11/vulkan/vulkan-tools/actions.py
@@ -0,0 +1,37 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+pisitools.cxxflags.add("-std=gnu++11")
+
+ver = get.srcVERSION()
+
+def setup():
+ cmaketools.configure("-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DCMAKE_SKIP_RPATH=True \
+ -DBUILD_WSI_XCB_SUPPORT=On \
+ -DBUILD_WSI_XLIB_SUPPORT=On \
+ -DBUILD_WSI_WAYLAND_SUPPORT=On \
+ -DBUILD_CUBE=ON \
+ -DBUILD_VULKANINFO=ON \
+ -DBUILD_ICD=OFF \
+ ")
+
+
+def build():
+ cmaketools.make()
+
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" %get.installDIR())
+
+
+ pisitools.dodoc("README.md", "CONTRIBUTING.md", "LICENSE.txt", "CODE_OF_CONDUCT.md", "GOVERNANCE.md")
diff --git a/x11/vulkan/vulkan-tools/pspec.xml b/x11/vulkan/vulkan-tools/pspec.xml
new file mode 100755
index 0000000000..97579d3a43
--- /dev/null
+++ b/x11/vulkan/vulkan-tools/pspec.xml
@@ -0,0 +1,54 @@
+
+
+
+
+ vulkan-tools
+ https://www.khronos.org/vulkan/
+
+ Idris Kalp
+ idriskalp@gmail.com
+
+ BSD
+ app:console
+ Vulkan Utilities and Tools
+ This project provides Khronos official Vulkan Tools and Utilities for Linux
+ https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-1.1.130.0.tar.gz
+
+ libX11-devel
+ libxcb-devel
+ libXrandr-devel
+ wayland-devel
+ vulkan-headers
+ vulkan-devel
+ cmake
+ git
+
+
+
+
+ vulkan-tools
+
+ libX11
+ libxcb
+ libXrandr
+ wayland
+ vulkan
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2020-01-14
+ 1.1.130
+ First release
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+
diff --git a/x11/vulkan/vulkan/pspec.xml b/x11/vulkan/vulkan/pspec.xml
index c87199c145..6e2ff82b59 100755
--- a/x11/vulkan/vulkan/pspec.xml
+++ b/x11/vulkan/vulkan/pspec.xml
@@ -20,6 +20,7 @@
libXrandr-devel
wayland-devel
vulkan-headers
+ cmake
git