From 106b0665a72a8172c1198a5ebed7744fbe141976 Mon Sep 17 00:00:00 2001 From: Haagen-Dazs Date: Fri, 15 May 2026 12:07:19 +0100 Subject: [PATCH] New package: faugus-launcher-1.20.4 --- srcpkgs/faugus-launcher/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/faugus-launcher/template diff --git a/srcpkgs/faugus-launcher/template b/srcpkgs/faugus-launcher/template new file mode 100644 index 00000000000000..94e8832adb3bb0 --- /dev/null +++ b/srcpkgs/faugus-launcher/template @@ -0,0 +1,19 @@ +# Template file for 'faugus-launcher' +pkgname=faugus-launcher +version=1.20.4 +revision=1 +build_style=meson +hostmakedepends="gtk4-update-icon-cache python3-packaging-bootstrap" +depends="python3-gobject python3-requests python3-Pillow python3-vdf + python3-psutil python3-pygame python3-cairo libcanberra-utils ImageMagick + python3-icoextract libayatana-appindicator-glib Vulkan-Tools" +short_desc="Simple and lightweight app for running Windows games using UMU-Launcher" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/Faugus/faugus-launcher" +distfiles="https://github.com/Faugus/faugus-launcher/archive/refs/tags/${version}.tar.gz" +checksum=373e8732f0ddd965e6922d79a7a5d0c8b46ecd248b9734c25d21f0d539b26c0b + +post_install() { + vlicense LICENSE +}