fstk

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=fstk
5pkgver=0.2.3
6pkgrel=1
7pkgdesc="Stack-based file & directory manager: modern cut/paste alternative to mv"
8arch=('x86_64')
9url="https://github.com/archsyscall/fstk"
10license=('MIT')
11depends=()
12makedepends=('cargo')
13_tag="v0.2.3"
14_srcdir="fstk-0.2.3"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/archsyscall/fstk/tar.gz/refs/tags/$_tag")
16sha256sums=('93c2863dad02795c9b40af966ff28954465b86ec3f023f9c77e88529c1a84b46')
17
18build() {
19 cd "$_srcdir"
20 export RUSTUP_TOOLCHAIN=stable
21 cargo build --release --locked
22}
23
24package() {
25 cd "$_srcdir"
26 install -Dm755 "target/release/fstk" "$pkgdir/usr/bin/fstk"
27 if [ -f LICENSE ]; then
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29 fi
30}
31

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