brum-bin

LOW
maintainer woofson 0 votes scanned 2026-09-10 21:21:21.441781
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: Bolt J Woofson <bolt@boop.no>
2pkgname=brum-bin
3pkgver=0.8.2
4pkgrel=1
5pkgdesc="Multi-Pane Web Environment (File Commander/Manager) - By Woofson (Pre-compiled standalone binary)"
6arch=('x86_64')
7url="https://github.com/Woofson/brum"
8license=('MIT')
9provides=('brum')
10conflicts=('brum' 'commanderdog' 'commanderdog-bin')
11depends=('glibc' 'sqlite' 'libssh2' 'openssl' 'ca-certificates')
12source=("brum-v${pkgver}-linux-${arch}.tar.gz::https://github.com/Woofson/brum/releases/download/v${pkgver}/brum-v${pkgver}-linux-${arch}.tar.gz")
13sha256sums=('1b19fe81264085e300b2aa7ae36171fa7478780cb8fc9791211e7dfcd5b5e8c6')
14
15package() {
16 cd "$srcdir/brum-v${pkgver}-linux-${arch}"
17 install -Dm755 "brum" "$pkgdir/usr/bin/brum"
18 install -Dm644 "brum.service" "$pkgdir/usr/lib/systemd/system/brum.service"
19
20 install -Dm644 "config.toml" "$pkgdir/etc/brum/config.toml"
21
22 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
24}
25

Scan history

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