qbak

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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=qbak
5pkgver=1.5.1
6pkgrel=1
7pkgdesc="Single-command backup helper for Linux/POSIX, written in Rust"
8arch=('x86_64')
9url="https://github.com/andreas-glaser/qbak"
10license=('MIT')
11depends=()
12makedepends=('cargo')
13_tag="v1.5.1"
14_srcdir="qbak-1.5.1"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/andreas-glaser/qbak/tar.gz/refs/tags/$_tag")
16sha256sums=('51d4bf3f8b893ffb6b09617e8236e49e9294b28526acae8d6cff8e248b2ab14a')
17function build() {
18 cd "$_srcdir"
19 export RUSTUP_TOOLCHAIN=stable
20 cargo build --release --locked || cargo build --release
21}
22function package() {
23 cd "$_srcdir"
24 install -Dm755 "target/release/qbak" "$pkgdir/usr/bin/qbak"
25 if [ -f LICENSE ]; then
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27 fi
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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