zari
LOW
maintainer nihitdev
0 votes
scanned 2026-08-20 13:11:31.763076
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: Nihit <nihitdev@users.noreply.github.com>
2
pkgname=zari
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc='Fast, keyboard-driven terminal file manager'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/nihitdev/zari'
8
license=('GPL-3.0-or-later')
9
depends=('gcc-libs' 'glibc' 'ncurses' 'xdg-utils')
10
makedepends=('cmake' 'git')
11
source=("${pkgname}::git+https://github.com/nihitdev/zari.git#tag=v${pkgver}")
12
sha256sums=('SKIP')
13
14
build() {
15
cmake -S "$pkgname" -B build \
16
-DCMAKE_BUILD_TYPE=Release \
17
-DCMAKE_INSTALL_PREFIX=/usr \
18
-DBUILD_TESTING=ON
19
cmake --build build
20
}
21
22
check() {
23
ctest --test-dir build --output-on-failure
24
}
25
26
package() {
27
DESTDIR="$pkgdir" cmake --install build
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 13:11:31 | Low | 1 |