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