devserial

LOW
maintainer metaneutrons 0 votes scanned 2026-08-23 19:21:20.461168
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: metaneutrons <https://github.com/metaneutrons>
2pkgname=devserial
3pkgver=0.1.3
4pkgrel=1
5pkgdesc="MCP server bridging serial hardware to LLMs via SQLite-backed buffer"
6arch=('x86_64' 'aarch64')
7url="https://github.com/metaneutrons/devserial-mcp"
8license=('GPL-3.0-only')
9depends=()
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/metaneutrons/devserial-mcp/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14prepare() {
15 cd "devserial-mcp-$pkgver"
16 export RUSTUP_TOOLCHAIN=stable
17 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
18}
19
20build() {
21 cd "devserial-mcp-$pkgver"
22 export RUSTUP_TOOLCHAIN=stable
23 export CARGO_TARGET_DIR=target
24 cargo build --frozen --release --features esp
25}
26
27check() {
28 cd "devserial-mcp-$pkgver"
29 export RUSTUP_TOOLCHAIN=stable
30 cargo test --frozen
31}
32
33package() {
34 cd "devserial-mcp-$pkgver"
35 install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
36 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 19:21: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