#!/SBUILD _disabled: false pkg: "transmission-qt" pkg_id: "pkgforge-dev.transmission-qt" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/transmission-qt" category: - "FileTransfer" - "Network" - "P2P" description: "Fast, easy, and free BitTorrent client (Qt interface)" homepage: - "https://transmissionbt.com" - "https://github.com/transmission/transmission" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/transmission/transmission/main/COPYING" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/transmission-qt-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "transmission-qt" repology: - "transmission" src_url: - "https://github.com/pkgforge-dev/transmission-qt-AppImage" tag: - "torrent" - "network" - "p2p" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/transmission-qt-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/transmission-qt-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes