workmux-bin

LOW
maintainer cemsbr 0 votes scanned 2026-09-14 15:17:35.672679
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: cemsbr <cems@cemshost.com.br>
2
3pkgname=workmux-bin
4_pkgname=${pkgname%-bin}
5pkgver=0.1.262
6pkgrel=1
7pkgdesc='git worktrees + tmux windows for zero-friction parallel dev (prebuilt binary)'
8arch=('x86_64' 'aarch64')
9url="https://github.com/raine/$_pkgname"
10license=('MIT')
11depends=('git')
12optdepends=(
13 'tmux: default multiplexer backend'
14 'github-cli: PR checkout'
15 'git-delta: enhanced diffs'
16)
17provides=("$_pkgname")
18conflicts=("$_pkgname")
19options=('!strip')
20source=("LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE")
21source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-amd64.tar.gz")
22source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-linux-arm64.tar.gz")
23sha256sums=('7a87de55d7cb84a5f017db6da9a58e4a7bba563253e9a821a384bb2900fccdf3')
24sha256sums_x86_64=('cc4bb06d010ba040d9137b3cc8a054f7461476c946c3e2b9cec416e222a392d3')
25sha256sums_aarch64=('5e2927771aa6c76cd5f4ee7b8f6405ec0cd46d76d1f259e9878ceb24e8ecbc4b')
26
27build() {
28 for sh in bash zsh fish; do
29 ./$_pkgname completions "$sh" > "$_pkgname.$sh"
30 done
31}
32
33package() {
34 install -Dm755 "$_pkgname" -t "$pkgdir/usr/bin"
35 install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36 install -Dm644 "$_pkgname.bash" "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
37 install -Dm644 "$_pkgname.zsh" "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
38 install -Dm644 "$_pkgname.fish" -t "$pkgdir/usr/share/fish/vendor_completions.d"
39}
40

Scan history

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