ripwire-bin
LOW
maintainer czyt
0 votes
scanned 2026-09-08 07:16:32.151301
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
3
pkgname=ripwire-bin
4
pkgver=0.5.0
5
pkgrel=1
6
pkgdesc="C++23 CLI and MCP server providing ranked repository context, blast radius, tests-to-run and quality deltas for AI agents"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/redhat-et/ripwire"
9
license=('Apache-2.0')
10
depends=('glibc' 'libgcc' 'libstdc++' 'bash')
11
optdepends=(
12
'git: remote repository cloning and Git history features'
13
'jq: optional agent hook integration'
14
)
15
provides=("ripwire=${pkgver}")
16
conflicts=('ripwire')
17
options=('!strip' '!debug')
18
19
_archive_x86_64="ripwire-${pkgver}-linux-x64.tar.gz"
20
_archive_aarch64="ripwire-${pkgver}-linux-arm64.tar.gz"
21
source_x86_64=("${_archive_x86_64}::${url}/releases/download/v${pkgver}/${_archive_x86_64}")
22
source_aarch64=("${_archive_aarch64}::${url}/releases/download/v${pkgver}/${_archive_aarch64}")
23
sha256sums_x86_64=('f06e9d7e55032e8e5c397405ed72a19d6e70767d28c8c617a925de4401779f50')
24
sha256sums_aarch64=('efe049b1645045e96751a51b1bc321b2d8653aa1f6ab5d7c2390eb3d49716bf0')
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-08 07:16:32 | Low | 1 |