#!/SBUILD _disabled: false pkg: "clapper" pkg_id: "pkgforge-dev.clapper" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/clapper" category: - "AudioVideo" - "Player" description: "Modern media player built with GTK4 and GStreamer" homepage: - "https://github.com/Rafostar/clapper" maintainer: - "fiftydinar (github.com/fiftydinar)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/Rafostar/clapper/refs/heads/master/COPYING-GPL" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Clapper-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "clapper" repology: - "clapper" src_url: - "https://github.com/pkgforge-dev/Clapper-AppImage" tag: - "video" - "player" - "media" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Clapper-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Clapper-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes