gitcrawl-bin

LOW
maintainer recount5451 0 votes scanned 2026-09-09 11:19:32.361939
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

1pkgname=gitcrawl-bin
2_realver="0.9.4"
3pkgver="0.9.4"
4pkgrel=1
5pkgdesc='Local-first GitHub issue and pull request crawler for maintainer triage'
6arch=('x86_64' 'aarch64')
7url='https://github.com/openclaw/gitcrawl'
8license=('MIT')
9provides=('gitcrawl')
10conflicts=('gitcrawl')
11
12# GOOS_GOARCH triples: linux_amd64 (x86_64), linux_arm64 (aarch64)
13# source_* and sha256sums_* auto-updated by publish.yml
14
15source_x86_64=("gitcrawl-${_realver}-linux_amd64.tar.gz::https://github.com/openclaw/gitcrawl/releases/download/v${_realver}/gitcrawl_${_realver}_linux_amd64.tar.gz")
16source_aarch64=("gitcrawl-${_realver}-linux_arm64.tar.gz::https://github.com/openclaw/gitcrawl/releases/download/v${_realver}/gitcrawl_${_realver}_linux_arm64.tar.gz")
17
18sha256sums_x86_64=('4e5b8593ef95b2f2d2e7d3998dd7308e8768c730f1faa8cf37833964b3a356c2')
19sha256sums_aarch64=('242ab8e06836d0a9ed541fec4e24b30276b9ff3a3824b6482b3a0b83f3bcf08b')
20
21package() {
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)SeverityRules
2026-09-09 11:19:32 Low 1
2026-09-09 00:04:09 Clean 2
2026-09-08 17:18:20 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