jj-bond-bin
maintainer TD-Sky
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Package downloads prebuilt binaries from the project's own GitHub releases; checksums are provided and match official releases, but the low vote count and recent upload are noted.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package downloads prebuilt binaries from the project's own GitHub releases; checksums are provided and match official releases, but the low vote count and recent upload are noted.
PKGBUILD
1
# Maintainer: Collide <three-dim-sky@foxmail.com>
2
# https://github.com/TD-Sky/PKGBUILDs
3
4
pkgname=jj-bond-bin
5
_pkgname=${pkgname%-bin}
6
pkgver=0.1.3
7
pkgrel=1
8
pkgdesc="jujutsu TUI"
9
arch=('x86_64' 'aarch64')
10
url="https://github.com/TD-Sky/jj-bond"
11
license=('MIT')
12
provides=("${_pkgname}")
13
conflicts=("${_pkgname}")
14
depends=('jujutsu')
15
source_x86_64=("${pkgname}-x86_64-${pkgver}.zip::$url/releases/download/v${pkgver}/${_pkgname}-x86_64-unknown-linux-musl.zip")
16
source_aarch64=("${pkgname}-aarch64-${pkgver}.zip::$url/releases/download/v${pkgver}/${_pkgname}-aarch64-unknown-linux-musl.zip")
17
sha256sums_x86_64=('0d3af9c9ef3e849b779fd70b95f43af6d6f61f607a9511b0f1d1782779c54e23')
18
sha256sums_aarch64=('9f8b66887d0fd5edb3b6509e3fec2830f824609cbdf0ac5295d6f6776ffc70f1')
19
options=(!strip !lto !debug)
20
21
package() {
22
local _target="${_pkgname}-${CARCH}-unknown-linux-musl"
23
24
install -Dm755 "${_target}/jb" "${pkgdir}/usr/bin/jb"
25
install -Dm644 "${_target}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 17:30:51 | LOW | 2 |