bankai-bin
maintainer juicerq
· 0 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 GitHub releases, which is a normal distribution method; the source is verifiable via checksum and the project is legitimate, though the low vote count and recent upload are minor trust concerns.
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 GitHub releases, which is a normal distribution method; the source is verifiable via checksum and the project is legitimate, though the low vote count and recent upload are minor trust concerns.
PKGBUILD
1
# Maintainer: juicerq <julio.cerqueiira@gmail.com>
2
pkgname=bankai-bin
3
pkgver=0.2.44
4
pkgrel=1
5
pkgdesc="Focused Electron workspace for persistent project shell sessions"
6
arch=('x86_64')
7
url="https://github.com/juicerq/bankai-2"
8
license=('MIT')
9
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libnotify' 'hicolor-icon-theme' 'git')
10
makedepends=('imagemagick')
11
provides=('bankai')
12
conflicts=('bankai')
13
options=('!strip' '!debug')
14
source=("bankai-$pkgver.AppImage::$url/releases/download/v$pkgver/Bankai-$pkgver.AppImage")
15
noextract=("bankai-$pkgver.AppImage")
16
sha256sums=('e2018c3fa61aaab1fb07fd412885b072f4e79fa4c3a34fb9139a5115c98f06fd')
17
18
prepare() {
19
chmod +x "bankai-$pkgver.AppImage"
20
"./bankai-$pkgver.AppImage" --appimage-extract >/dev/null
21
}
22
23
package() {
24
install -d "$pkgdir/opt/bankai"
25
cp -a squashfs-root/. "$pkgdir/opt/bankai/"
26
27
rm -f "$pkgdir/opt/bankai/AppRun" "$pkgdir/opt/bankai/bankai.desktop" "$pkgdir/opt/bankai/bankai.png" "$pkgdir/opt/bankai/.DirIcon"
28
rm -rf "$pkgdir/opt/bankai/usr"
29
30
find "$pkgdir/opt/bankai" -type d -exec chmod 755 {} +
31
32
chmod 4755 "$pkgdir/opt/bankai/chrome-sandbox"
33
34
install -d "$pkgdir/usr/bin"
35
ln -s /opt/bankai/bankai "$pkgdir/usr/bin/bankai"
36
37
for size in 128 256 512; do
38
magick "$srcdir/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/bankai.png" \
39
-resize "${size}x${size}" "$srcdir/bankai-$size.png"
40
install -Dm644 "$srcdir/bankai-$size.png" \
41
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/bankai.png"
42
done
43
44
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/bankai.desktop" <<-EOF
45
[Desktop Entry]
46
Name=Bankai
47
Comment=$pkgdesc
48
Exec=bankai %U
49
Icon=bankai
50
Terminal=false
51
Type=Application
52
Categories=Utility;
53
StartupWMClass=Bankai
54
EOF
55
}
56
Changes since previous scan
--- PKGBUILD @ 2026-07-31 15:18+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: juicerq <julio.cerqueiira@gmail.com> pkgname=bankai-bin-pkgver=0.2.41+pkgver=0.2.44 pkgrel=1 pkgdesc="Focused Electron workspace for persistent project shell sessions" arch=('x86_64')@@ -13,7 +13,7 @@ options=('!strip' '!debug') source=("bankai-$pkgver.AppImage::$url/releases/download/v$pkgver/Bankai-$pkgver.AppImage") noextract=("bankai-$pkgver.AppImage")-sha256sums=('e9a9d0b59a777a9dd7db72ff8d3bf944bf171fdc7ba664cd9ab3497c0688044e')+sha256sums=('e2018c3fa61aaab1fb07fd412885b072f4e79fa4c3a34fb9139a5115c98f06fd') prepare() { chmod +x "bankai-$pkgver.AppImage"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 21:18:45 | LOW | 2 |
| 2026-07-31 15:18:17 | LOW | 2 |
| 2026-07-31 13:18:10 | LOW | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 19:16:23 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 01:40:32 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 21:39:42 | LOW | 2 |
| 2026-07-28 19:39:35 | LOW | 2 |
| 2026-07-28 17:39:33 | LOW | 2 |
| 2026-07-28 15:39:03 | LOW | 2 |
| 2026-07-28 13:38:59 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 23:36:42 | LOW | 2 |
| 2026-07-27 19:35:21 | LOW | 2 |
| 2026-07-27 13:35:00 | MEDIUM | 2 |