mcpc-bin

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 17:22:59 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