#!/SBUILD _disabled: false pkg: "sudachi" pkg_id: "pkgforge-dev.sudachi" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/sudachi" category: - "Emulator" - "Game" description: "Nintendo Switch emulator" homepage: - "https://github.com/pkgforge-dev/Sudachi-AppImage" maintainer: - "pflyly (github.com/pflyly)" license: - "GPL-3.0" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Sudachi-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "sudachi" repology: - "sudachi" src_url: - "https://github.com/pkgforge-dev/Sudachi-AppImage" tag: - "emulator" - "gaming" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Sudachi-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Sudachi-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes