4f51eaba2f
this is handled by meson build-style now, and correctly
19 lines
766 B
Bash
19 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
|
|
}
|