crewbeacon
LOW
maintainer SancaK
0 votes
scanned 2026-08-20 19:12:21.626580
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: Serhan Aydinicen <saydinicen9@gmail.com>
2
3
pkgname=crewbeacon
4
_id=com.conqrex.crewbeacon
5
pkgver=0.1.4
6
pkgrel=1
7
pkgdesc='KDE Plasma 6 cockpit for AI quota, Paseo agents, attention, and usage'
8
arch=('any')
9
url='https://github.com/Conqrex/Conqrex.CrewBeacon'
10
license=('MIT')
11
depends=('plasma-workspace' 'qt6-websockets' 'python' 'curl' 'jq' 'xdg-utils')
12
optdepends=('konsole: open agent sessions in a terminal')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('ece671d4723deb881a6425467ebd809b4ba6bbd8f7df7f58595ee3418a7a685b')
15
16
package() {
17
install -dm755 "$pkgdir/usr/share/plasma/plasmoids/$_id"
18
cp -a "$srcdir"/*/package/. "$pkgdir/usr/share/plasma/plasmoids/$_id/"
19
install -Dm644 "$srcdir"/*/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20
install -Dm644 "$srcdir"/*/package/contents/icons/crewbeacon.svg \
21
"$pkgdir/usr/share/icons/hicolor/scalable/apps/crewbeacon.svg"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-20 19:12@@ -2,7 +2,7 @@ pkgname=crewbeacon _id=com.conqrex.crewbeacon-pkgver=0.1.0+pkgver=0.1.4 pkgrel=1 pkgdesc='KDE Plasma 6 cockpit for AI quota, Paseo agents, attention, and usage' arch=('any')@@ -11,7 +11,7 @@ depends=('plasma-workspace' 'qt6-websockets' 'python' 'curl' 'jq' 'xdg-utils') optdepends=('konsole: open agent sessions in a terminal') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")-sha256sums=('382bdeb9803166152d04dcb588369a747bb8015003207d54fb769a40e7270358')+sha256sums=('ece671d4723deb881a6425467ebd809b4ba6bbd8f7df7f58595ee3418a7a685b') package() { install -dm755 "$pkgdir/usr/share/plasma/plasmoids/$_id"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 19:12:21 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 13:26:16 | Low | 1 |