From 90390fdf5e73fe3ea29b6f6ba0eb0addb63add8b 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.19.5 --- 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..27ffcd908f9c06 --- /dev/null +++ b/srcpkgs/faugus-launcher/template @@ -0,0 +1,19 @@ +# Template file for 'faugus-launcher' +pkgname=faugus-launcher +version=1.19.5 +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 libcanberra-utils ImageMagick python3-icoextract + libayatana-appindicator-glib Vulkan-Tools" +short_desc="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=bffac0cd9a4253efe3067f93566d0425148cb1671566c54966ec206dc7224582 + +post_install() { + vlicense LICENSE +}