linear-electron-bin
LOW
maintainer hughesjs
0 votes
scanned 2026-09-17 17:25:53.299830
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>
2
pkgname=linear-electron-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc='Unofficial Linear desktop app (linear-electron-bin)'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/hughesjs/linear-electron'
8
license=('MIT' 'LicenseRef-Electron-Chromium')
9
provides=("linear-electron=$pkgver")
10
conflicts=(linear-electron linear-electron-git linear-electron-appimage )
11
options=('!strip' '!debug')
12
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libxtst' 'libxrandr' 'libxkbcommon' 'libdrm' 'mesa' 'libnotify' 'xdg-utils')
13
source_x86_64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-x64-v0.1.0.tar.gz)
14
sha256sums_x86_64=(2bb919247071f834218b031cd3106ecdb12a17e960548d7d58a51c2bcadcc615)
15
source_aarch64=(https://github.com/hughesjs/linear-electron/releases/download/v0.1.0/linear-electron-arm64-v0.1.0.tar.gz)
16
sha256sums_aarch64=(0d4da4bc7ad046bce6d80a75ad5320c2059da8ba295fef37cc5104a39c802866)
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-17 17:25:53 | Low | 1 |