#!/SBUILD _disabled: false pkg: "mousai" pkg_id: "pkgforge-dev.mousai" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/mousai" category: - "Audio" - "Music" description: "Identify songs in seconds" homepage: - "https://github.com/SeaDve/Mousai" maintainer: - "fiftydinar (github.com/fiftydinar)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/SeaDve/Mousai/refs/heads/main/COPYING" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Mousai-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "mousai" repology: - "mousai" src_url: - "https://github.com/pkgforge-dev/Mousai-AppImage" tag: - "audio" - "music" - "recognition" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Mousai-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Mousai-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes