#!/SBUILD _disabled: false pkg: "supertuxkart" pkg_id: "pkgforge-dev.supertuxkart" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/supertuxkart" category: - "Game" - "SportsGame" description: "Kart racing game featuring Tux and his friends" homepage: - "https://supertuxkart.net" - "https://github.com/supertuxkart/stk-code" maintainer: - "QaidVoid (contact@qaidvoid.dev)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/supertuxkart/stk-code/refs/heads/master/COPYING" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/SuperTuxKart-AppImage-Enhanced" - "[PORTABLE] (Works on AnyLinux)" provides: - "supertuxkart" repology: - "supertuxkart" src_url: - "https://github.com/pkgforge-dev/SuperTuxKart-AppImage-Enhanced" tag: - "game" - "racing" - "kart" x_exec: host: - "aarch64-linux" - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/SuperTuxKart-AppImage-Enhanced/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/SuperTuxKart-AppImage-Enhanced@${REMOTE_PKGVER}" --glob "*${ARCH}.appimage" -o "./${PKG}" --yes