#!/SBUILD _disabled: false pkg: "uad-ng" pkg_id: "pkgforge-dev.uad-ng" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/uad-ng" category: - "System" - "Utility" description: "Universal Android Debloater Next Generation" homepage: - "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "GPL-3.0" build_asset: - url: "https://raw.githubusercontent.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/refs/heads/main/LICENSE" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/uad-ng-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "uad-ng" repology: - "uad-ng" src_url: - "https://github.com/pkgforge-dev/uad-ng-AppImage" tag: - "android" - "utility" - "debloat" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/uad-ng-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" | sed "s/^v//" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/uad-ng-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes