naevi-git

LOW
maintainer theoddcell 2 votes scanned 2026-08-30 21:44:16.144172
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: TheOddCell <rayfb.to.1@gmail.com>
2pkgname=naevi-git
3pkgver=r18.3a5b92d
4pkgrel=1
5pkgdesc="Vi-like modal terminal text editor written in ANSI C."
6arch=('x86_64')
7url="https://github.com/defnae/naevi"
8license=('custom:NPL')
9depends=('glibc')
10makedepends=('git' 'clang' 'lld' 'llvm' 'make' 'coreutils')
11provides=('naevi')
12source=("$pkgname::git+$url")
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/$pkgname"
17 echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
18}
19
20build() {
21 cd "$srcdir/$pkgname"
22 unset CFLAGS
23 make
24}
25
26package() {
27 cd "$srcdir/$pkgname"
28 install -Dm755 build/built/naevi "$pkgdir/usr/bin/naevi"
29 install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 21:44:16 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