yona-bin

maintainer kovariadam · 0 votes · scanned 2026-08-18 11:39:43.480180
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and acceptable practice; the low severity is due to the limited trustworthiness of the source given the project's low popularity and recent upload, but the binary comes from an official release channel.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and acceptable practice; the low severity is due to the limited trustworthiness of the source given the project's low popularity and recent upload, but the binary comes from an official release channel.

PKGBUILD

1# Maintainer: Adam Kovari <adam@kovari.eu>
2pkgname=yona-bin
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Yona programming language compiler targeting LLVM"
6arch=('x86_64')
7url="https://github.com/yona-lang/yonac-llvm"
8license=('GPL-3.0-only')
9depends=('llvm-libs' 'clang' 'lld' 'pcre2')
10provides=('yona')
11conflicts=('yona')
12options=('!strip')
13source=("$pkgname-$pkgver-linux-x86_64.tar.gz::https://github.com/yona-lang/yonac-llvm/releases/download/v$pkgver/yona-$pkgver-linux-x86_64.tar.gz")
14sha256sums=('f26ced8884cbe1ad9dea199f519f8491096d0018df81a7405fd1069d86fae869')
15
16package() {
17 cd "yona-${pkgver}-linux-x86_64"
18 install -Dm755 bin/yonac "$pkgdir/usr/bin/yonac"
19 install -Dm755 bin/yona "$pkgdir/usr/bin/yona"
20 install -d "$pkgdir/usr/lib/yona"
21 cp -a lib runtime src include "$pkgdir/usr/lib/yona/"
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 11:39:43 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion