shunpo
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-05 07:59:42.017587
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=shunpo
5
pkgver=1.0.5
6
pkgrel=1
7
pkgdesc="Minimalist, fast directory bookmarking and navigation for Bash"
8
arch=('any')
9
url="https://github.com/egurapha/Shunpo"
10
license=('MIT')
11
depends=('bash')
12
_tag="v1.0.5"
13
_srcdir="Shunpo-1.0.5"
14
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/egurapha/Shunpo/tar.gz/refs/tags/$_tag")
15
sha256sums=('067335234b8da0357cf5fd5e2b4914654661cb0292919dc2e024b39e53878913')
16
17
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |