meander-bin
maintainer IILLUMINAT
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt AppImage from the project's official GitHub release page, which is a normal distribution method for closed-source software; the source is verifiable via checksum and poses no active execution risk during build.
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 release page, which is a normal distribution method for closed-source software; the source is verifiable via checksum and poses no active execution risk during build.
PKGBUILD
1
# Maintainer: IILLUMINAT <iilluminatmnd@gmail.com>
2
pkgname=meander-bin
3
pkgver=2.8.3
4
pkgrel=1
5
pkgdesc="Interactive quest editor and player (Closed Source)"
6
arch=('x86_64')
7
url="https://github.com/IILLUMINATION/meanderPUBLIC"
8
license=('custom:proprietary')
9
depends=('gtk3' 'glib2')
10
provides=('meander')
11
conflicts=('meander')
12
options=('!strip')
13
source=("meander-${pkgver}-x86_64.AppImage::https://github.com/IILLUMINATION/meanderPUBLIC/releases/download/v1.0.0/Meander-linux-x64.AppImage")
14
sha256sums=('da75c1012f381d9eca5658ca483ddeffefc507b5f3d736ff7118892edf8a35b3')
15
16
prepare() {
17
chmod +x "${srcdir}/meander-${pkgver}-x86_64.AppImage"
18
"${srcdir}/meander-${pkgver}-x86_64.AppImage" --appimage-extract
19
}
20
21
package() {
22
# Копируем бинарник и файлы
23
install -d "${pkgdir}/opt/meander"
24
cp -r "${srcdir}/squashfs-root/"* "${pkgdir}/opt/meander/"
25
26
# Даем права на исполнение
27
chmod +x "${pkgdir}/opt/meander/AppRun"
28
chmod +x "${pkgdir}/opt/meander/canvas_app"
29
30
# Создаем симлинк в /usr/bin
31
install -d "${pkgdir}/usr/bin"
32
ln -s "/opt/meander/AppRun" "${pkgdir}/usr/bin/meander"
33
34
# Копируем .desktop файл
35
install -Dm644 "${srcdir}/squashfs-root/canvas_app.desktop" "${pkgdir}/usr/share/applications/meander.desktop"
36
37
# Исправляем Exec в .desktop, чтобы он запускал наш симлинк
38
sed -i "s|Exec=canvas_app|Exec=meander|g" "${pkgdir}/usr/share/applications/meander.desktop"
39
40
# Копируем иконку (берем из распакованного AppImage)
41
install -Dm644 "${srcdir}/squashfs-root/canvas_app.png" "${pkgdir}/usr/share/pixmaps/canvas_app.png"
42
}
43
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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 05:12:56 | LOW | 2 |