tomoyo-explorer-bin

maintainer 9M2PJU · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
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 from a trusted project host and the checksums are verified, so the risk is low despite the AppImage being a binary blob.

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 from a trusted project host and the checksums are verified, so the risk is low despite the AppImage being a binary blob.

PKGBUILD

1# Maintainer: 9M2PJU <9m2pju@gmail.com>
2
3pkgname=tomoyo-explorer-bin
4pkgver=1.00_ALPHA
5_tagver=v1.00-ALPHA
6pkgrel=2
7pkgdesc="Classic BSD/Unix Ruby GTK 1.2 Graphical File Manager by Ariff Abdullah (skywizard)"
8arch=('x86_64')
9url="https://github.com/9M2PJU/MyBSD-Tomoyo-Explorer"
10license=('BSD-2-Clause')
11provides=('tomoyo-explorer' 'bsd-explorer')
12conflicts=('tomoyo-explorer' 'bsd-explorer')
13depends=('zlib')
14options=(!strip)
15
16source=("tomoyo-explorer-${pkgver}.AppImage::https://github.com/9M2PJU/MyBSD-Tomoyo-Explorer/releases/download/${_tagver}/MyBSD_Tomoyo_Explorer-x86_64.AppImage"
17 "tomoyo-explorer.desktop"
18 "LICENSE")
19sha256sums=('6d37eb596d95c145002440ed26982c4c3d9733eda11369367a42a2d553264972'
20 'b3079b0120fc7dff4490bc08b509f46771319cc7b60b9752e69bcd3c1fb17405'
21 '8d7c6f9c0e48a97a52a1fa19dba6fb5113fd59e0271a54228b04686ce16be8c4')
22
23package() {
24 install -Dm755 "${srcdir}/tomoyo-explorer-${pkgver}.AppImage" "${pkgdir}/usr/bin/tomoyo-explorer"
25 ln -sf /usr/bin/tomoyo-explorer "${pkgdir}/usr/bin/bsd-explorer"
26
27 install -Dm644 "${srcdir}/tomoyo-explorer.desktop" "${pkgdir}/usr/share/applications/tomoyo-explorer.desktop"
28
29 chmod +x "${srcdir}/tomoyo-explorer-${pkgver}.AppImage"
30 "${srcdir}/tomoyo-explorer-${pkgver}.AppImage" --appimage-extract tomoyo-explorer.png >/dev/null 2>&1 || true
31 if [ -f "${srcdir}/squashfs-root/tomoyo-explorer.png" ]; then
32 install -Dm644 "${srcdir}/squashfs-root/tomoyo-explorer.png" "${pkgdir}/usr/share/icons/hicolor/48x48/apps/tomoyo-explorer.png"
33 rm -rf "${srcdir}/squashfs-root"
34 fi
35
36 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 07:35:18 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