linear-electron-git

LOW
maintainer hughesjs 0 votes scanned 2026-09-17 17:25:53.299830
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, which is common for -git packages; it installs only project files and scripts from the official source, posing minimal risk despite low votes and recent upload.

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 a public Git repository with a SKIP'd checksum, which is common for -git packages; it installs only project files and scripts from the official source, posing minimal risk despite low votes and recent upload.

PKGBUILD

1# Maintainer: James H <james@jamesmcmahon.co.uk>
2pkgname=linear-electron-git
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Unofficial Linear desktop app (linear-electron-git)'
6arch=('x86_64' 'aarch64')
7url='https://github.com/hughesjs/linear-electron'
8license=('MIT')
9provides=("linear-electron=$pkgver")
10conflicts=(linear-electron linear-electron-bin linear-electron-appimage )
11options=('!strip' '!debug')
12depends=('electron44' 'xdg-utils')
13makedepends=('jq' 'git')
14source=(linear-electron::git+https://github.com/hughesjs/linear-electron.git#branch=main)
15sha256sums=('SKIP')
16
17pkgver() {
18 cd linear-electron
19 local tag
20 tag=$(git describe --tags --match 'v[0-9]*' --abbrev=0 2>/dev/null || true)
21 if [[ -n "$tag" ]]; then
22 printf '%s.r%s.g%s' "${tag#v}" "$(git rev-list --count "$tag"..HEAD)" "$(git rev-parse --short HEAD)"
23 else
24 printf '0.0.0.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25 fi
26}
27
28package() {
29 cd linear-electron
30 bash scripts/stage-app.sh "$pkgdir/usr/lib/linear-electron" "$pkgver"
31 install -Dm755 packaging/linear-electron-system "$pkgdir/usr/bin/linear-electron"
32 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
34 install -Dm644 packaging/linear-electron.desktop "$pkgdir/usr/share/applications/linear-electron.desktop"
35 install -Dm644 packaging/linear-electron.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/linear-electron.svg"
36}
37

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