#!/SBUILD _disabled: false pkg: "discord" pkg_id: "pkgforge-dev.discord" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/discord" category: - "Chat" - "InstantMessaging" - "Network" description: "All-in-one voice and text chat for gamers" homepage: - "https://discord.com" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "Proprietary" build_asset: - url: "https://discord.com/terms" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Discord-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "discord" repology: - "discord" src_url: - "https://github.com/pkgforge-dev/Discord-AppImage" tag: - "chat" - "gaming" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Discord-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Discord-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes