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