devserial-bin
LOW
maintainer metaneutrons
0 votes
scanned 2026-09-05 14:00:22.289320
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>
3
pkgname=devserial-bin
4
pkgver=0.1.7
5
pkgrel=1
6
pkgdesc='MCP server bridging serial hardware to LLMs via SQLite-backed buffer'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/metaneutrons/devserial'
9
license=('GPL-3.0-or-later')
10
depends=('glibc' 'gcc-libs')
11
provides=('devserial')
12
conflicts=('devserial')
13
options=('!strip')
14
source_x86_64=('https://github.com/metaneutrons/devserial/releases/download/devserial-v0.1.7/devserial-0.1.7-x86_64-unknown-linux-gnu.tar.gz')
15
sha256sums_x86_64=('1fe643cc2cfa26e230fd51bce58413dc75e89f99a1163393bc295ca64e912fd9')
16
source_aarch64=('https://github.com/metaneutrons/devserial/releases/download/devserial-v0.1.7/devserial-0.1.7-aarch64-unknown-linux-gnu.tar.gz')
17
sha256sums_aarch64=('5711c7df72f2640d0dcb415efb64adbcb9a1858e3296ca6fa6d58d561b59bfca')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |