xemu-sa: fix source download -- use tarball instead of git

This commit is contained in:
Danil Zagoskin
2025-09-16 18:07:23 +00:00
parent 3ae7bde47d
commit c071a4bee4

View File

@@ -5,7 +5,7 @@ PKG_NAME="xemu-sa"
PKG_VERSION="c67843384031e0edaab3db91ec496464b931789b"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/xemu-project/xemu"
PKG_URL="${PKG_SITE}.git"
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libthai gtk3 libsamplerate libpcap atk SDL2 Python3 zlib pixman bzip2 openssl xwayland libslirp"
PKG_LONGDESC="Xemu - A free and open-source application that emulates the original Microsoft Xbox game console."
PKG_TOOLCHAIN="make"