nlarn

LOW
maintainer friedev 1 votes scanned 2026-09-05 03:59:20.365640
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: Aaron Friesen <aaron@frie.dev>
2pkgname=nlarn
3pkgver=0.7.9
4pkgrel=1
5pkgdesc="A remake of the roguelike game Larn"
6arch=('x86_64')
7url="https://nlarn.github.io"
8license=('GPL-3.0-only')
9depends=(glib2 glibc libgcc ncurses zlib)
10makedepends=(gcc make)
11options=('!debug')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/nlarn/nlarn/releases/download/NLarn-$pkgver/$pkgname-$pkgver.tar.gz")
13sha256sums=('63a3341da5a8a00ab90c88d472a5e552d93754af2dc1d07f76c17f32cc9d8029')
14
15build() {
16 cd "$pkgname-$pkgver"
17 make config=release
18}
19
20package() {
21 cd "$pkgname-$pkgver"
22 install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
23 install -Dt "$pkgdir/usr/share/$pkgname" lib/fortune lib/maze lib/nlarn.hlp lib/nlarn.msg
24 install -Dt "$pkgdir/usr/share/doc/$pkgname" README.md Changelog.md lib/maze_doc.txt
25 install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 03:59:20 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