mcpc-bin
LOW
maintainer lloydzhou
0 votes
scanned 2026-09-11 17:22:59.755085
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: Lloyd <lloydzhou@qq.com>
2
3
pkgname=mcpc-bin
4
pkgver=0.1.2
5
pkgrel=1
6
pkgdesc="MCP client CLI with daemon-held sessions (prebuilt binary)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/lloydzhou/mcpc"
9
license=('MIT')
10
provides=('mcpc')
11
conflicts=('mcpc')
12
depends=('ca-certificates')
13
source_x86_64=("mcpc-linux-amd64::https://github.com/lloydzhou/mcpc/releases/download/v${pkgver}/mcpc-linux-amd64")
14
source_aarch64=("mcpc-linux-arm64::https://github.com/lloydzhou/mcpc/releases/download/v${pkgver}/mcpc-linux-arm64")
15
sha256sums_x86_64=('8b56d31a46bdc6b54c6d35c71afdae169bc0d4e89d4d90e0d856ef04e7433cbd')
16
sha256sums_aarch64=('5da82baa1c51951d9fe2f961a60128eb3fdf2cabf69f1d51bbe19464c04e8a2b')
17
options=('!strip')
18
19
_binarch() {
20
case "$CARCH" in
21
x86_64) echo amd64 ;;
22
aarch64) echo arm64 ;;
23
esac
24
}
25
26
package() {
27
install -Dm755 "${srcdir}/mcpc-linux-$(_binarch)" "${pkgdir}/usr/bin/mcpc"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 17:22:59 | Low | 1 |