#!/SBUILD ver @v1.0.0 #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/polybar/appimage.stable.yaml _disabled: false pkg: "polybar" pkg_id: "pkgforge-dev.polybar" pkg_type: "appimage" pkgver: "3.7.2.r29.gf99e0b1c-1@2026-01-01_1767255828" ghcr_pkg: "pkgforge-dev/polybar" category: - "Utility" description: "Fast and easy-to-use status bar" homepage: - "https://polybar.github.io" - "https://github.com/pkgforge-dev/polybar-AppImage" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - id: "MIT" url: "https://raw.githubusercontent.com/polybar/polybar/refs/heads/master/LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/polybar-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "polybar" repology: - "polybar" src_url: - "https://github.com/pkgforge-dev/polybar-AppImage" tag: - "desktop" - "bar" - "utility" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | curl -qfsSL "https://api.gh.pkgforge.dev/repos/pkgforge-dev/polybar-AppImage/releases/latest?per_page=20" | jq -r '.tag_name' | tr -d '"'\''[:space:]' run: | soar dl "https://github.com/pkgforge-dev/polybar-AppImage@${PKGVER}" --glob "*$(uname -m)*.appimage" -o "./${PKG}" --yes