linear-electron
LOW
maintainer hughesjs
0 votes
scanned 2026-09-17 17:25:53.299830
Why flagged
Package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the source is not executed but used to stage a desktop app, and dependencies are standard for Electron apps.
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%): Package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the source is not executed but used to stage a desktop app, and dependencies are standard for Electron apps.
PKGBUILD
1
# Maintainer: James H <james@jamesmcmahon.co.uk>
2
pkgname=linear-electron
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc='Unofficial Linear desktop app (linear-electron)'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/hughesjs/linear-electron'
8
license=('MIT')
9
conflicts=(linear-electron-git linear-electron-bin linear-electron-appimage )
10
options=('!strip' '!debug')
11
depends=('electron44' 'xdg-utils')
12
makedepends=('jq')
13
source=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-0.1.0.tar.gz)
14
sha256sums=(61199216df863f0d7d43c5982e4e9ad58537a306362c4d2c8337891ccff00911)
15
16
package() {
17
cd "linear-electron-$pkgver"
18
bash scripts/stage-app.sh "$pkgdir/usr/lib/linear-electron" "$pkgver"
19
install -Dm755 packaging/linear-electron-system "$pkgdir/usr/bin/linear-electron"
20
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
22
install -Dm644 packaging/linear-electron.desktop "$pkgdir/usr/share/applications/linear-electron.desktop"
23
install -Dm644 packaging/linear-electron.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/linear-electron.svg"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 17:25:53 | Low | 2 |