#!/SBUILD _disabled: false pkg: "sound-space-plus" pkg_id: "pkgforge-dev.sound-space-plus" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/sound-space-plus" category: - "Game" - "Music" description: "Rhythm game" homepage: - "https://github.com/David20122/sound-space-plus" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "MIT" build_asset: - url: "https://raw.githubusercontent.com/David20122/sound-space-plus/refs/heads/nightly/LICENSE.txt" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/sound-space-plus-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "sound-space-plus" repology: - "sound-space-plus" src_url: - "https://github.com/pkgforge-dev/sound-space-plus-AppImage" tag: - "game" - "rhythm" - "music" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/sound-space-plus-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/sound-space-plus-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes