jj-bond
LOW
maintainer TD-Sky
0 votes
scanned 2026-08-20 17:11:42.006138
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: Collide <three-dim-sky@foxmail.com>
2
# https://github.com/TD-Sky/PKGBUILDs
3
4
pkgname=jj-bond
5
pkgver=0.1.5
6
pkgrel=1
7
pkgdesc="jujutsu TUI"
8
arch=('any')
9
url="https://github.com/TD-Sky/jj-bond"
10
license=('MIT')
11
provides=("${pkgname}")
12
conflicts=("${pkgname}-bin")
13
depends=('jujutsu')
14
makedepends=('cargo')
15
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
16
sha256sums=('651eb6ed8efbe33519bff819c5a777669a946aa29acf7e22b09e92673fe52209')
17
options=(!strip !lto !debug)
18
19
prepare() {
20
cd "${pkgname}-${pkgver}"
21
cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
22
}
23
24
build() {
25
cd "${pkgname}-${pkgver}"
26
cargo build --release --frozen
27
}
28
29
package() {
30
cd "${pkgname}-${pkgver}"
31
32
install -Dm 755 target/release/jb -t "${pkgdir}/usr/bin"
33
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,7 +2,7 @@ # https://github.com/TD-Sky/PKGBUILDs pkgname=jj-bond-pkgver=0.1.3+pkgver=0.1.5 pkgrel=1 pkgdesc="jujutsu TUI" arch=('any')@@ -13,7 +13,7 @@ depends=('jujutsu') makedepends=('cargo') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")-sha256sums=('e4d2a11eff1c400320fbb401b9e78783efcd27d5c0d60702690ca45c4290dca7')+sha256sums=('651eb6ed8efbe33519bff819c5a777669a946aa29acf7e22b09e92673fe52209') options=(!strip !lto !debug) prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 17:30:51 | Low | 1 |