cc-cockpit
LOW
maintainer wallacemartinss
0 votes
scanned 2026-09-08 15:17:32.240420
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: Wallace Martins da Silva <wallacemartinss@gmail.com>
2
pkgname=cc-cockpit
3
pkgver=0.4.0
4
pkgrel=1
5
pkgdesc="Claude Code usage panel for Linux: tray indicator, local dashboard and terminal summary"
6
arch=('any')
7
url="https://github.com/wallacemartinss/cc-cockpit"
8
license=('MIT')
9
depends=('python' 'python-gobject' 'python-cairo' 'libayatana-appindicator')
10
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('99a2117161c4e9df889416cef2e60d03498ed9ce05a6f7d139dc3404bf97bce0')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$pkgname.desktop" <<'DESKTOP'
25
[Desktop Entry]
26
Type=Application
27
Name=cc-cockpit
28
Comment=Claude Code usage in the tray
29
Exec=/usr/bin/cc-cockpit tray
30
Icon=utilities-system-monitor
31
Terminal=false
32
Categories=System;Monitor;
33
DESKTOP
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-09-08 00:18+++ PKGBUILD @ 2026-09-08 15:17@@ -1,15 +1,15 @@ # Maintainer: Wallace Martins da Silva <wallacemartinss@gmail.com> pkgname=cc-cockpit-pkgver=0.3.0+pkgver=0.4.0 pkgrel=1-pkgdesc="Claude Code usage panel for GNOME: tray indicator, local dashboard and terminal summary"+pkgdesc="Claude Code usage panel for Linux: tray indicator, local dashboard and terminal summary" arch=('any') url="https://github.com/wallacemartinss/cc-cockpit" license=('MIT') depends=('python' 'python-gobject' 'python-cairo' 'libayatana-appindicator') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")-sha256sums=('93699b0ae382090aea3a87d15f61610f92d75418489e6ef9a9d1e912a6d3692d')+sha256sums=('99a2117161c4e9df889416cef2e60d03498ed9ce05a6f7d139dc3404bf97bce0') build() { cd "$pkgname-$pkgver"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 15:17:32 | Low | 1 |
| 2026-09-08 00:18:08 | Clean | 2 |
| 2026-09-07 23:15:20 | Low | 1 |