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