rkdeveloptool-gui-appimage

LOW
maintainer neko_ayaya 0 votes scanned 2026-09-03 13:53:13.144096
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is self-contained and not executed during build, posing low risk despite the unverifiable binary origin.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is self-contained and not executed during build, posing low risk despite the unverifiable binary origin.

PKGBUILD

1pkgname=rkdeveloptool-gui-appimage
2pkgver=5.2.0
3pkgrel=1
4pkgdesc="RKDevelopTool GUI is a graphical front-end for Rockchip's official rkdeveloptool"
5arch=('x86_64')
6url='https://github.com/gahingwoo/RKDevelopTool-GUI'
7license=()
8options=("!strip")
9depends=('fuse2')
10source=(
11 "rkdeveloptool-gui-v${pkgver}-x86_64.AppImage::https://github.com/gahingwoo/RKDevelopTool-GUI/releases/download/${pkgver}/RKDevelopTool-GUI-${pkgver}-x86_64.AppImage"
12)
13sha512sums=('f69ff14c1f4e234da8dfbeac7ca41b505b27070567a8242983af66694dda3070988d258cc30b94551d9f35622504a8a2c6c41406fd4f69ece072fe11a87ead01')
14
15_installdir=/opt/rkdeveloptool-gui
16
17prepare() {
18 chmod a+x ./rkdeveloptool-gui-v${pkgver}-x86_64.AppImage
19 ./rkdeveloptool-gui-v${pkgver}-x86_64.AppImage --appimage-extract >/dev/null
20 sed -i "s#Exec=rkdeveloptool-gui#Exec=${_installdir}/rkdeveloptool-gui.AppImage %U#" "squashfs-root/rkdeveloptool-gui.desktop"
21 sed -i "s#Icon=rkdeveloptool-gui#Icon=/usr/share/icons/hicolor/256x256/apps/rkdeveloptool-gui.png#" "squashfs-root/rkdeveloptool-gui.desktop"
22}
23
24package() {
25 install -Dm755 "rkdeveloptool-gui-v${pkgver}-x86_64.AppImage" "${pkgdir}/${_installdir}/rkdeveloptool-gui.AppImage"
26 install -Dm644 "squashfs-root/rkdeveloptool-gui.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/rkdeveloptool-gui.png"
27 install -Dm644 "squashfs-root/rkdeveloptool-gui.desktop" "${pkgdir}/usr/share/applications/rkdeveloptool-gui.desktop"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 13:53:13 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion