noyalib-bin

LOW
maintainer srousseau 0 votes scanned 2026-09-03 19:54:21.739188
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: Sebastien Rousseau <sebastian.rousseau@gmail.com>
2# noyalib-bin: pre-built noyafmt + noyavalidate from the signed,
3# SLSA-attested GitHub Release (musl static — no runtime deps).
4pkgname=noyalib-bin
5pkgver=0.0.31
6pkgrel=1
7pkgdesc="YAML formatter (noyafmt) and JSON-Schema validator (noyavalidate) built on the noyalib library"
8arch=('x86_64' 'aarch64')
9url="https://github.com/sebastienrousseau/noya-cli"
10license=('MIT OR Apache-2.0')
11provides=('noyafmt' 'noyavalidate')
12conflicts=('noyalib')
13source_x86_64=("$url/releases/download/v$pkgver/noya-cli-$pkgver-x86_64-unknown-linux-musl.tar.gz")
14source_aarch64=("$url/releases/download/v$pkgver/noya-cli-$pkgver-aarch64-unknown-linux-musl.tar.gz")
15sha256sums_x86_64=('fcb74e4bde36ac7b897414aece695ebdb713fc8c5904fbb5f09c9796d00e29de')
16sha256sums_aarch64=('3330c272eb5afc1eaef83952b4629cae1ebb11dd6ecd9b116fa5a3c9db098efe')
17
18package() {
19 cd "noya-cli-$pkgver-$CARCH-unknown-linux-musl"
20 install -Dm755 noyafmt "$pkgdir/usr/bin/noyafmt"
21 install -Dm755 noyavalidate "$pkgdir/usr/bin/noyavalidate"
22 install -Dm644 noyafmt.1 "$pkgdir/usr/share/man/man1/noyafmt.1"
23 install -Dm644 noyavalidate.1 "$pkgdir/usr/share/man/man1/noyavalidate.1"
24 install -Dm644 complete/noyafmt.bash "$pkgdir/usr/share/bash-completion/completions/noyafmt"
25 install -Dm644 complete/noyavalidate.bash "$pkgdir/usr/share/bash-completion/completions/noyavalidate"
26 install -Dm644 complete/_noyafmt "$pkgdir/usr/share/zsh/site-functions/_noyafmt"
27 install -Dm644 complete/_noyavalidate "$pkgdir/usr/share/zsh/site-functions/_noyavalidate"
28 install -Dm644 complete/noyafmt.fish "$pkgdir/usr/share/fish/vendor_completions.d/noyafmt.fish"
29 install -Dm644 complete/noyavalidate.fish "$pkgdir/usr/share/fish/vendor_completions.d/noyavalidate.fish"
30 install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
31 install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 19:54:21 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