#!/SBUILD _disabled: false pkg: "lutris" pkg_id: "pkgforge-dev.lutris" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/lutris" category: - "Game" description: "Open source gaming platform" homepage: - "https://lutris.net" - "https://github.com/pkgforge-dev/Lutris-AppImage" maintainer: - "contrarybaton60 (github.com/contrarybaton60)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/lutris/lutris/refs/heads/master/LICENSE" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Lutris-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "lutris" repology: - "lutris" src_url: - "https://github.com/pkgforge-dev/Lutris-AppImage" tag: - "gaming" - "launcher" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Lutris-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Lutris-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes