sable-electron-git
maintainer legible7274
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own git source, which is normal for AUR; the low votes and recent upload are minor concerns but do not indicate active malice or supply-chain risk.
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 builds from the project's own git source, which is normal for AUR; the low votes and recent upload are minor concerns but do not indicate active malice or supply-chain risk.
PKGBUILD
1
# Maintainer: legible7274
2
_pkgname=sable-electron
3
pkgname="${_pkgname}-git"
4
pkgver=r29.139e3cb
5
pkgrel=1
6
pkgdesc="Yet another matrix client — Unofficial electron version"
7
arch=("x86_64")
8
url="https://github.com/chopper1337/sable-electron"
9
license=('AGPL3')
10
makedepends=('git' 'pnpm' 'npm')
11
optdepends=(
12
'libnotify: Notifications'
13
'xdg-utils: Open links, files, etc'
14
)
15
source=("${_pkgname}::git+https://github.com/chopper1337/sable-electron.git")
16
sha256sums=("SKIP")
17
18
provides=("sable-electron")
19
conflicts=('sable-electron')
20
21
pkgver() {
22
cd "$_pkgname"
23
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
24
}
25
26
build() {
27
cd "$srcdir/$_pkgname"
28
pnpm i --frozen-lockfile
29
pnpm run build:unpack
30
}
31
32
package() {
33
cd "$srcdir/$_pkgname"
34
# Create necessary directories
35
install -d "$pkgdir/usr/lib/$_pkgname"
36
install -d "$pkgdir/usr/bin"
37
38
cp -R dist/linux-unpacked/. "$pkgdir/usr/lib/$_pkgname"
39
40
install -Dm644 "../../sable-electron.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop" # Install desktop entry
41
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" # Install license
42
install -Dm644 "resources/sable.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg" # Install icons
43
44
install -Dm755 "../../sable-electron.sh" "$pkgdir/usr/bin/$_pkgname" # Start script
45
}
46
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 17:32:42 | LOW | 2 |