void-packages/srcpkgs/MangoHud/template
2020-08-29 18:35:40 +02:00

24 lines
855 B
Bash

# Template file for 'MangoHud'
pkgname=MangoHud
version=0.5.1
revision=1
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=3e91d4fc7369d46763894c13f3315133871dd02705072981770c3cf58e8081c6
lib32files="/usr/bin/mangohud.x86 /usr/share/vulkan/implicit_layer.d/MangoHud.x86.json"
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
configure_args+=" --libdir=/usr/lib32"
fi
post_install() {
vlicense LICENSE
}