shunpo

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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=shunpo
5pkgver=1.0.5
6pkgrel=1
7pkgdesc="Minimalist, fast directory bookmarking and navigation for Bash"
8arch=('any')
9url="https://github.com/egurapha/Shunpo"
10license=('MIT')
11depends=('bash')
12_tag="v1.0.5"
13_srcdir="Shunpo-1.0.5"
14source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/egurapha/Shunpo/tar.gz/refs/tags/$_tag")
15sha256sums=('067335234b8da0357cf5fd5e2b4914654661cb0292919dc2e024b39e53878913')
16
17package() {
18 cd "$_srcdir"
19 install -d "$pkgdir/usr/share/$pkgname"
20 cp -r ./* "$pkgdir/usr/share/$pkgname/"
21 rm -f "$pkgdir/usr/share/$pkgname/install.sh"
22 if [ -f LICENSE ]; then
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 fi
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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