zari

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

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 13:11:31 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