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