baaz

LOW
maintainer shahriyardx 0 votes scanned 2026-09-13 15:14:52.955091
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# Maintainer: shahriyardx <mdshahriyaralam552@gmail.com>
2# NOTE: pkgver and sha256sums here are placeholders — the release workflow
3# stamps the real values and pushes to the AUR. The AUR is the source of truth.
4pkgname=baaz
5pkgver=0.1.4
6pkgrel=1
7pkgdesc="Falcon-fast segmented download manager - Chrome interception and Omarchy bar widget"
8arch=('x86_64')
9url="https://github.com/shahriyardx/baaz"
10license=('MIT')
11depends=('glibc')
12makedepends=('go')
13optdepends=('libnotify: desktop notifications'
14 'yt-dlp: media-site downloads (YouTube, TikTok, ...)'
15 'omarchy: status bar widget (baaz install-bar)')
16source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17sha256sums=('f3d3fff0d61b19f3e457a8c94adde631d68feb04c96dae09cf496edffa23e1a4')
18
19build() {
20 cd "$pkgname-$pkgver"
21 export CGO_CPPFLAGS="${CPPFLAGS}"
22 export CGO_CFLAGS="${CFLAGS}"
23 export CGO_CXXFLAGS="${CXXFLAGS}"
24 export CGO_LDFLAGS="${LDFLAGS}"
25 export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
26 go build -ldflags "-X main.version=$pkgver" -o baaz ./cmd/baaz
27}
28
29check() {
30 cd "$pkgname-$pkgver"
31 go test ./internal/...
32}
33
34package() {
35 cd "$pkgname-$pkgver"
36 install -Dm755 baaz "$pkgdir/usr/bin/baaz"
37 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
39 install -Dm644 systemd/baaz.service "$pkgdir/usr/lib/systemd/user/baaz.service"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 15:14:52 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