Package Details: vulkan-caps-viewer-wayland-bin 1:3.43-1

Git Clone URL: https://aur.archlinux.org/vulkan-caps-viewer-wayland-bin.git (read-only, click to copy)
Package Base: vulkan-caps-viewer-wayland-bin
Description: Vulkan Hardware Capability Viewer
Upstream URL: https://vulkan.gpuinfo.org/
Licenses: LGPL-3.0-or-later
Conflicts: vulkan-caps-viewer
Provides: vulkan-caps-viewer
Submitter: 1ace
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 0
Popularity: 0.000000
First Submitted: 2020-09-26 16:16 (UTC)
Last Updated: 2024-10-02 18:47 (UTC)

Latest Comments

jahway603 commented on 2022-12-05 04:23 (UTC)

License changed to LGPL3 as seen in this commit on Github

yochananmarqos commented on 2021-05-03 22:13 (UTC)

@1ace: AppImages are self-contained, they don't have external dependencies.

yochananmarqos commented on 2021-04-28 17:14 (UTC)

No need to upload files that are included in the upstream source:

prepare() {
  chmod +x *.AppImage
  ./*.AppImage --appimage-extract
}

package() {
  install -Dm755 *.AppImage "$pkgdir"/usr/bin/vulkanCapsViewer

  cd "$srcdir/squashfs-root"
  install -Dm644 usr/share/applications/vulkanCapsViewer.desktop -t \
    "$pkgdir"/usr/share/applications
  install -Dm644 usr/share/icons/hicolor/256x256/apps/vulkanCapsViewer.png -t \
    "$pkgdir"/usr/share/icons/hicolor/256x256/apps
}