#!/SBUILD _disabled: false pkg: "audio-sharing" pkg_id: "pkgforge-dev.audio-sharing" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/audio-sharing" category: - "Audio" - "Network" description: "Share audio between computers over network" homepage: - "https://gitlab.gnome.org/World/AudioSharing" maintainer: - "fiftydinar (github.com/fiftydinar)" license: - "GPL-3.0" build_asset: - url: "https://gitlab.gnome.org/World/AudioSharing/-/raw/main/COPYING.md" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Audio-Sharing-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "audio-sharing" repology: - "audio-sharing" src_url: - "https://github.com/pkgforge-dev/Audio-Sharing-AppImage" tag: - "audio" - "network" - "streaming" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Audio-Sharing-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" | sed "s/^v//" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Audio-Sharing-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes