#!/SBUILD _disabled: false pkg: "identity" pkg_id: "pkgforge-dev.identity" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/identity" category: - "Graphics" - "Utility" description: "Compare images and videos" homepage: - "https://gitlab.gnome.org/YaLTeR/identity" - "https://github.com/pkgforge-dev/Identity-AppImage" maintainer: - "fiftydinar (github.com/fiftydinar)" license: - "GPL-3.0" build_asset: - url: "https://gitlab.gnome.org/YaLTeR/identity/-/raw/main/COPYING" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Identity-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "identity" repology: - "identity" src_url: - "https://github.com/pkgforge-dev/Identity-AppImage" tag: - "utility" - "image" - "comparison" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Identity-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/Identity-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes