void-packages/srcpkgs/MangoHud/template
q66 4f51eaba2f MangoHud: remove special i686 handling and rebuild
this is handled by meson build-style now, and correctly
2020-12-22 23:15:45 +01:00

20 lines
766 B
Bash

# Template file for 'MangoHud'
pkgname=MangoHud
version=0.6.1
revision=2
build_style=meson
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled"
hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config"
makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers"
short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/flightlessmango/MangoHud"
distfiles="https://github.com/flightlessmango/MangoHud/archive/v${version}.tar.gz"
checksum=a1cb0bef85fd46a6e5e7426b86e0d16714e5ec68f96c724f6f53a357f516f78b
lib32files="/usr/bin/mangohud.x86 /usr/share/vulkan/implicit_layer.d/MangoHud.x86.json"
post_install() {
vlicense LICENSE
}