devserial-bin

LOW
maintainer metaneutrons 0 votes scanned 2026-09-05 14:00:22.289320
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# Generated by scripts/release/package-metadata.sh. Do not edit by hand.
2# Maintainer: metaneutrons <https://github.com/metaneutrons>
3pkgname=devserial-bin
4pkgver=0.1.7
5pkgrel=1
6pkgdesc='MCP server bridging serial hardware to LLMs via SQLite-backed buffer'
7arch=('x86_64' 'aarch64')
8url='https://github.com/metaneutrons/devserial'
9license=('GPL-3.0-or-later')
10depends=('glibc' 'gcc-libs')
11provides=('devserial')
12conflicts=('devserial')
13options=('!strip')
14source_x86_64=('https://github.com/metaneutrons/devserial/releases/download/devserial-v0.1.7/devserial-0.1.7-x86_64-unknown-linux-gnu.tar.gz')
15sha256sums_x86_64=('1fe643cc2cfa26e230fd51bce58413dc75e89f99a1163393bc295ca64e912fd9')
16source_aarch64=('https://github.com/metaneutrons/devserial/releases/download/devserial-v0.1.7/devserial-0.1.7-aarch64-unknown-linux-gnu.tar.gz')
17sha256sums_aarch64=('5711c7df72f2640d0dcb415efb64adbcb9a1858e3296ca6fa6d58d561b59bfca')
18
19package() {
20 # The installed binary keeps the plain name, because that is what users type
21 # and what the archive contains. The licence and documentation directories
22 # follow $pkgname, which is Arch convention and here also keeps this package
23 # from claiming paths that belong to the source package it conflicts with.
24 install -Dm755 "$srcdir/devserial" "$pkgdir/usr/bin/devserial"
25 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 install -Dm644 "$srcdir/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
27 # The binary embeds font software; its notices have to travel with it.
28 install -Dm644 "$srcdir/THIRD-PARTY-NOTICES.md" \
29 "$pkgdir/usr/share/licenses/$pkgname/THIRD-PARTY-NOTICES.md"
30 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" "$srcdir"/licenses/*.txt
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 14:00:22 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