navita

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=navita
5pkgver=2.3.11
6pkgrel=1
7pkgdesc="Fast directory navigation for Bash/Zsh with fuzzy search over history"
8arch=('any')
9url="https://github.com/CodesOfRishi/navita"
10license=('Apache-2.0')
11depends=('bash')
12optdepends=('zsh: para usarlo tambien en zsh')
13_tag="v2.3.11"
14_srcdir="navita-2.3.11"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/CodesOfRishi/navita/tar.gz/refs/tags/$_tag")
16sha256sums=('43e40800127a40ce73e0d3fdc0cb68cfd51ccff681df5d4d5645f892ae24856f')
17function package() {
18 cd "$_srcdir"
19 install -Dm644 navita.sh "$pkgdir/usr/share/$pkgname/navita.sh"
20 if [ -f LICENSE ]; then
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22 fi
23 install -d "$pkgdir/usr/share/doc/$pkgname"
24 cat >"$pkgdir/usr/share/doc/$pkgname/README.txt" <<'EOF'
25Para activar navita, agrega esta linea a tu ~/.bashrc o ~/.zshrc:
26
27source /usr/share/navita/navita.sh
28
29Por defecto reemplaza el comando `cd`. Configuralo con las variables de
30entorno NAVITA_* (ver README del proyecto) ANTES de la linea `source`.
31EOF
32
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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