is-fast
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=is-fast
5
pkgver=0.17.7
6
pkgrel=1
7
pkgdesc="TUI tool for quick, efficient internet searches directly from the terminal"
8
arch=('x86_64')
9
url="https://github.com/Magic-JD/is-fast"
10
license=('MIT')
11
depends=()
12
makedepends=('cargo')
13
_tag="v0.17.7"
14
_srcdir="is-fast-0.17.7"
15
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/Magic-JD/is-fast/tar.gz/refs/tags/$_tag")
16
sha256sums=('031ac21094cb3b276c3b36eee114aec6b9dd978e91aa4fe2cd4f669c35002963')
17
18
build() {
19
cd "$_srcdir"
20
export RUSTUP_TOOLCHAIN=stable
21
cargo build --release --locked
22
}
23
24
package() {
25
cd "$_srcdir"
26
install -Dm755 "target/release/is-fast" "$pkgdir/usr/bin/is-fast"
27
if [ -f LICENSE ]; then
28
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
fi
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |