electron36.6-bin
LOW
maintainer stef204
0 votes
scanned 2026-08-22 05:16:50.653524
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: stef204 <stef204@yandex.com>
2
3
# This package pins Electron 36.6.0 specifically because it is the exact
4
# version required by Nyxt's cl-electron library (see _build/cl-electron/package.json).
5
# The electron36-bin package in AUR provides 36.9.x which may not be compatible.
6
7
pkgname=electron36.6-bin
8
pkgver=36.6.0
9
pkgrel=1
10
pkgdesc="Build cross platform desktop apps with web technologies - prebuilt binary (pinned for Nyxt)"
11
arch=('x86_64')
12
url='https://electronjs.org'
13
license=('MIT' 'BSD-3-Clause')
14
depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
15
provides=('electron36=36.6.0')
16
conflicts=('electron36-bin')
17
options=('!strip')
18
source=("https://github.com/electron/electron/releases/download/v${pkgver}/electron-v${pkgver}-linux-x64.zip")
19
sha256sums=('6a0decb3e382f32d4ab3db90aabd082ef9ee1154fe205808f887e228fdb2d355')
20
21
package() {
22
install -d "${pkgdir}/usr/lib/${pkgname}"
23
bsdtar -xf "${srcdir}/electron-v${pkgver}-linux-x64.zip" -C "${pkgdir}/usr/lib/${pkgname}"
24
25
# Create launcher script
26
install -d "${pkgdir}/usr/bin"
27
echo '#!/bin/sh' > "${pkgdir}/usr/bin/electron36"
28
echo "exec /usr/lib/${pkgname}/electron \"\$@\"" >> "${pkgdir}/usr/bin/electron36"
29
chmod 755 "${pkgdir}/usr/bin/electron36"
30
31
# Fix chrome-sandbox permissions
32
chmod 4755 "${pkgdir}/usr/lib/${pkgname}/chrome-sandbox"
33
34
# Install license
35
install -Dm644 "${pkgdir}/usr/lib/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36
install -Dm644 "${pkgdir}/usr/lib/${pkgname}/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 05:16:50 | Low | 1 |