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>
2
pkgname=yona-bin
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc="Yona programming language compiler targeting LLVM"
6
arch=('x86_64')
7
url="https://github.com/yona-lang/yonac-llvm"
8
license=('GPL-3.0-only')
9
depends=('llvm-libs' 'clang' 'lld' 'pcre2')
10
provides=('yona')
11
conflicts=('yona')
12
options=('!strip')
13
source=("$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")
14
sha256sums=('f26ced8884cbe1ad9dea199f519f8491096d0018df81a7405fd1069d86fae869')
15
16
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-18 11:39:43 | LOW | 2 |