cc-cockpit

LOW
maintainer wallacemartinss 0 votes scanned 2026-09-08 15:17:32.240420
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: Wallace Martins da Silva <wallacemartinss@gmail.com>
2pkgname=cc-cockpit
3pkgver=0.4.0
4pkgrel=1
5pkgdesc="Claude Code usage panel for Linux: tray indicator, local dashboard and terminal summary"
6arch=('any')
7url="https://github.com/wallacemartinss/cc-cockpit"
8license=('MIT')
9depends=('python' 'python-gobject' 'python-cairo' 'libayatana-appindicator')
10makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('99a2117161c4e9df889416cef2e60d03498ed9ce05a6f7d139dc3404bf97bce0')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
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]
26Type=Application
27Name=cc-cockpit
28Comment=Claude Code usage in the tray
29Exec=/usr/bin/cc-cockpit tray
30Icon=utilities-system-monitor
31Terminal=false
32Categories=System;Monitor;
33DESKTOP
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)SeverityRules
2026-09-08 15:17:32 Low 1
2026-09-08 00:18:08 Clean 2
2026-09-07 23:15:20 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