baaz
LOW
maintainer shahriyardx
0 votes
scanned 2026-09-13 15:14:52.955091
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.
4
pkgname=baaz
5
pkgver=0.1.4
6
pkgrel=1
7
pkgdesc="Falcon-fast segmented download manager - Chrome interception and Omarchy bar widget"
8
arch=('x86_64')
9
url="https://github.com/shahriyardx/baaz"
10
license=('MIT')
11
depends=('glibc')
12
makedepends=('go')
13
optdepends=('libnotify: desktop notifications'
14
'yt-dlp: media-site downloads (YouTube, TikTok, ...)'
15
'omarchy: status bar widget (baaz install-bar)')
16
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17
sha256sums=('f3d3fff0d61b19f3e457a8c94adde631d68feb04c96dae09cf496edffa23e1a4')
18
19
build() {
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
29
check() {
30
cd "$pkgname-$pkgver"
31
go test ./internal/...
32
}
33
34
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-13 15:14:52 | Low | 1 |