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