openclaw-desktop-bin
LOW
maintainer 5p00ky
0 votes
scanned 2026-09-04 11:57:41.730550
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: 5p00kyy <admin@5p00ky.dev>
2
3
pkgname=openclaw-desktop-bin
4
pkgver=2026.8.2
5
pkgrel=1
6
pkgdesc='OpenClaw Linux desktop companion (prebuilt binary)'
7
arch=('x86_64')
8
url='https://github.com/openclaw/openclaw'
9
license=('MIT')
10
depends=(
11
'bash'
12
'cairo'
13
'dbus'
14
'gdk-pixbuf2'
15
'glib2'
16
'glibc'
17
'gst-libav'
18
'gst-plugins-bad'
19
'gst-plugins-good'
20
'gtk3'
21
'hicolor-icon-theme'
22
'libayatana-appindicator'
23
'libgcc'
24
'libsoup3'
25
'webkit2gtk-4.1'
26
)
27
optdepends=('openclaw: use an existing system CLI for local Gateway management')
28
options=('!debug' '!strip')
29
source=(
30
"OpenClaw-${pkgver}-amd64.deb::https://github.com/openclaw/openclaw/releases/download/v${pkgver}/OpenClaw-${pkgver}-amd64.deb"
31
"openclaw-upstream-license::https://raw.githubusercontent.com/openclaw/openclaw/v${pkgver}/LICENSE"
32
)
33
noextract=("OpenClaw-${pkgver}-amd64.deb")
34
sha256sums=(
35
'6021ac38b398fc3b4c1364f72fb83a5d89e2d6c20ed6bbe6d3ceed0cddbeaa85'
36
'73571b25326281d369087f469842c02444fe39faaecebda4d82ed21ff3a1c29d'
37
)
38
39
package() {
40
bsdtar -xOf "${srcdir}/OpenClaw-${pkgver}-amd64.deb" data.tar.gz | bsdtar -xpf - -C "${pkgdir}"
41
install -Dm644 "${srcdir}/openclaw-upstream-license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 11:57:41 | Low | 1 |