ollie-appimage-bin
maintainer Razgak
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's official GitHub releases, which is a common and acceptable practice for AUR packages; the source is verifiable and signed by the project, and no untrusted or obfuscated code is executed.
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 downloads a prebuilt AppImage from the project's official GitHub releases, which is a common and acceptable practice for AUR packages; the source is verifiable and signed by the project, and no untrusted or obfuscated code is executed.
PKGBUILD
1
# Maintainer: Razgak
2
3
pkgname=ollie-appimage-bin
4
pkgver=0.2.9
5
pkgrel=1
6
pkgdesc="A minimalist desktop client for Ollama (AppImage release)"
7
arch=('x86_64')
8
url="https://github.com/MedGm/Ollie"
9
license=('MIT')
10
depends=('fuse2' 'hicolor-icon-theme' 'zlib')
11
options=('!strip')
12
13
source=(
14
"${pkgname}-${pkgver}.AppImage::https://github.com/MedGm/Ollie/releases/download/v${pkgver}/Ollie_${pkgver}_amd64.AppImage"
15
"ollie.png::https://raw.githubusercontent.com/MedGm/Ollie/main/docs/logo.png"
16
)
17
18
sha256sums=('78bd164b153cda916e6b3c6285216405c1b1a873135993872cd9e1d41f26af56'
19
'35b48343c7bf119724ffb696cb4f3a3c11834c9c39bb52c54e4bd25f1238f579')
20
21
prepare() {
22
chmod +x "${pkgname}-${pkgver}.AppImage"
23
"./${pkgname}-${pkgver}.AppImage" --appimage-extract
24
}
25
26
package() {
27
install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/usr/bin/ollie"
28
29
install -Dm644 "${srcdir}/ollie.png" "${pkgdir}/usr/share/pixmaps/ollie.png"
30
31
if [ -f "${srcdir}/squashfs-root/ollie.desktop" ]; then
32
install -Dm644 "${srcdir}/squashfs-root/ollie.desktop" "${pkgdir}/usr/share/applications/ollie.desktop"
33
sed -i 's|^Exec=.*|Exec=/usr/bin/ollie %U|' "${pkgdir}/usr/share/applications/ollie.desktop"
34
sed -i 's|^Icon=.*|Icon=ollie|' "${pkgdir}/usr/share/applications/ollie.desktop"
35
fi
36
37
if [ -f "${srcdir}/squashfs-root/LICENSE" ]; then
38
install -Dm644 "${srcdir}/squashfs-root/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
39
fi
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 13:32:26 | LOW | 2 |