chain-lang

maintainer Kuznix · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from source hosted on the project's official GitHub repository; the only concern is the unverifiable 'SKIP' checksum, but it installs no remote-executed code or prebuilt binaries.

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 builds from source hosted on the project's official GitHub repository; the only concern is the unverifiable 'SKIP' checksum, but it installs no remote-executed code or prebuilt binaries.

PKGBUILD

1# Maintainer: Krzysztof Demir Kuźniak <krzysztofdemirkuzniak@gmail.com>
2
3pkgname=chain-lang
4pkgver=0.5.1
5pkgrel=2
6pkgdesc="Chain programming language interpreter"
7arch=('x86_64' 'aarch64')
8url="https://github.com/Nebania/chain-lang"
9license=('MIT')
10
11depends=('gcc-libs' 'raylib')
12makedepends=('gcc' 'make')
13
14provides=('link-lang')
15conflicts=('link-lang' 'link-lang-git' 'link-lang-bin' 'chain-lang-git' 'chain-lang-bin')
16
17source=("https://github.com/Nebania/chain-lang/archive/refs/tags/v${pkgver}.tar.gz")
18sha256sums=('SKIP')
19
20build() {
21 cd "$srcdir/chain-lang-$pkgver"
22
23 make
24}
25
26package() {
27 cd "$srcdir/chain-lang-$pkgver"
28
29 # Main executable
30 install -Dm755 chainlang "$pkgdir/usr/bin/chainlang"
31
32 # Command aliases
33 ln -s chainlang "$pkgdir/usr/bin/chain"
34 ln -s chainlang "$pkgdir/usr/bin/linklang"
35
36 # License
37 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 00:03:41 LOW 2
2026-08-13 00:17:07 LOW 2
2026-08-12 00:27:08 LOW 2
2026-08-11 17:21:34 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