navita
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
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
4
pkgname=navita
5
pkgver=2.3.11
6
pkgrel=1
7
pkgdesc="Fast directory navigation for Bash/Zsh with fuzzy search over history"
8
arch=('any')
9
url="https://github.com/CodesOfRishi/navita"
10
license=('Apache-2.0')
11
depends=('bash')
12
optdepends=('zsh: para usarlo tambien en zsh')
13
_tag="v2.3.11"
14
_srcdir="navita-2.3.11"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/CodesOfRishi/navita/tar.gz/refs/tags/$_tag")
16
sha256sums=('43e40800127a40ce73e0d3fdc0cb68cfd51ccff681df5d4d5645f892ae24856f')
17
function 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'
25
Para activar navita, agrega esta linea a tu ~/.bashrc o ~/.zshrc:
26
27
source /usr/share/navita/navita.sh
28
29
Por defecto reemplaza el comando `cd`. Configuralo con las variables de
30
entorno NAVITA_* (ver README del proyecto) ANTES de la linea `source`.
31
EOF
32
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 1 |