gitcrawl-bin
LOW
maintainer recount5451
0 votes
scanned 2026-09-09 11:19:32.361939
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
pkgname=gitcrawl-bin
2
_realver="0.9.4"
3
pkgver="0.9.4"
4
pkgrel=1
5
pkgdesc='Local-first GitHub issue and pull request crawler for maintainer triage'
6
arch=('x86_64' 'aarch64')
7
url='https://github.com/openclaw/gitcrawl'
8
license=('MIT')
9
provides=('gitcrawl')
10
conflicts=('gitcrawl')
11
12
# GOOS_GOARCH triples: linux_amd64 (x86_64), linux_arm64 (aarch64)
13
# source_* and sha256sums_* auto-updated by publish.yml
14
15
source_x86_64=("gitcrawl-${_realver}-linux_amd64.tar.gz::https://github.com/openclaw/gitcrawl/releases/download/v${_realver}/gitcrawl_${_realver}_linux_amd64.tar.gz")
16
source_aarch64=("gitcrawl-${_realver}-linux_arm64.tar.gz::https://github.com/openclaw/gitcrawl/releases/download/v${_realver}/gitcrawl_${_realver}_linux_arm64.tar.gz")
17
18
sha256sums_x86_64=('4e5b8593ef95b2f2d2e7d3998dd7308e8768c730f1faa8cf37833964b3a356c2')
19
sha256sums_aarch64=('242ab8e06836d0a9ed541fec4e24b30276b9ff3a3824b6482b3a0b83f3bcf08b')
20
21
package() {
22
cd "${srcdir}"
23
24
install -Dm755 gitcrawl "${pkgdir}/usr/bin/gitcrawl"
25
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
27
install -Dm644 CHANGELOG.md "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 11:19:32 | Low | 1 |
| 2026-09-09 00:04:09 | Clean | 2 |
| 2026-09-08 17:18:20 | Low | 1 |