ripwire-bin

LOW
maintainer czyt 0 votes scanned 2026-09-08 07:16:32.151301
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

1# Maintainer: czyt <czytcn@gmail.com>
2
3pkgname=ripwire-bin
4pkgver=0.5.0
5pkgrel=1
6pkgdesc="C++23 CLI and MCP server providing ranked repository context, blast radius, tests-to-run and quality deltas for AI agents"
7arch=('x86_64' 'aarch64')
8url="https://github.com/redhat-et/ripwire"
9license=('Apache-2.0')
10depends=('glibc' 'libgcc' 'libstdc++' 'bash')
11optdepends=(
12 'git: remote repository cloning and Git history features'
13 'jq: optional agent hook integration'
14)
15provides=("ripwire=${pkgver}")
16conflicts=('ripwire')
17options=('!strip' '!debug')
18
19_archive_x86_64="ripwire-${pkgver}-linux-x64.tar.gz"
20_archive_aarch64="ripwire-${pkgver}-linux-arm64.tar.gz"
21source_x86_64=("${_archive_x86_64}::${url}/releases/download/v${pkgver}/${_archive_x86_64}")
22source_aarch64=("${_archive_aarch64}::${url}/releases/download/v${pkgver}/${_archive_aarch64}")
23sha256sums_x86_64=('f06e9d7e55032e8e5c397405ed72a19d6e70767d28c8c617a925de4401779f50')
24sha256sums_aarch64=('efe049b1645045e96751a51b1bc321b2d8653aa1f6ab5d7c2390eb3d49716bf0')
25
26package() {
27 local archive_var="_archive_${CARCH}"
28 local archive="${!archive_var}"
29 cd "${srcdir}/${archive%.tar.gz}"
30
31 install -Dm755 ripwire "${pkgdir}/usr/bin/ripwire"
32 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
33 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
34 install -dm755 "${pkgdir}/usr/share/ripwire"
35 cp -r skills hooks "${pkgdir}/usr/share/ripwire/"
36 find "${pkgdir}/usr/share/ripwire" -type d -exec chmod 755 {} +
37 find "${pkgdir}/usr/share/ripwire" -type f -exec chmod 644 {} +
38 chmod 755 "${pkgdir}/usr/share/ripwire/skills/install.sh" \
39 "${pkgdir}/usr/share/ripwire/hooks/"*.sh
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 07:16:32 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