linear-electron

LOW
maintainer hughesjs 0 votes scanned 2026-09-17 17:25:53.299830
View on AUR
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>
2pkgname=linear-electron
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Unofficial Linear desktop app (linear-electron)'
6arch=('x86_64' 'aarch64')
7url='https://github.com/hughesjs/linear-electron'
8license=('MIT')
9conflicts=(linear-electron-git linear-electron-bin linear-electron-appimage )
10options=('!strip' '!debug')
11depends=('electron44' 'xdg-utils')
12makedepends=('jq')
13source=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-0.1.0.tar.gz)
14sha256sums=(61199216df863f0d7d43c5982e4e9ad58537a306362c4d2c8337891ccff00911)
15
16package() {
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)SeverityRules
2026-09-17 17:25:53 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion