linear-electron-bin

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

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: James H <james@jamesmcmahon.co.uk>
2pkgname=linear-electron-bin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Unofficial Linear desktop app (linear-electron-bin)'
6arch=('x86_64' 'aarch64')
7url='https://github.com/hughesjs/linear-electron'
8license=('MIT' 'LicenseRef-Electron-Chromium')
9provides=("linear-electron=$pkgver")
10conflicts=(linear-electron linear-electron-git linear-electron-appimage )
11options=('!strip' '!debug')
12depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libxtst' 'libxrandr' 'libxkbcommon' 'libdrm' 'mesa' 'libnotify' 'xdg-utils')
13source_x86_64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-x64-v0.1.0.tar.gz)
14sha256sums_x86_64=(2bb919247071f834218b031cd3106ecdb12a17e960548d7d58a51c2bcadcc615)
15source_aarch64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-arm64-v0.1.0.tar.gz)
16sha256sums_aarch64=(0d4da4bc7ad046bce6d80a75ad5320c2059da8ba295fef37cc5104a39c802866)
17
18package() {
19 local bundle_arch=x64
20 [[ "$CARCH" = aarch64 ]] && bundle_arch=arm64
21 cd "linear-electron-$bundle_arch-v$pkgver"
22 install -dm755 "$pkgdir/opt/linear-electron"
23 cp -a --no-preserve=ownership . "$pkgdir/opt/linear-electron/"
24 chmod 4755 "$pkgdir/opt/linear-electron/chrome-sandbox"
25 install -Dm755 packaging/linear-electron "$pkgdir/usr/bin/linear-electron"
26 for notice in LICENSE LICENSE.electron LICENSES.chromium.html; do
27 install -Dm644 "$notice" "$pkgdir/usr/share/licenses/$pkgname/$notice"
28 done
29 install -Dm644 packaging/linear-electron.desktop "$pkgdir/usr/share/applications/linear-electron.desktop"
30 install -Dm644 packaging/linear-electron.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/linear-electron.svg"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 17:25:53 Low 1

Report a package

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

0 / 4000
Your suggestion