carabiner-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-24 07:42:22.111601
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=findyourexit
4
_gitname=carabiner
5
_appname=${_gitname}
6
pkgname=${_appname}-bin
7
pkgdesc="A unified CLI for managing AI rules and configuration across AI coding agent harnesses"
8
9
pkgver=0.1.6
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc')
26
27
options=('!strip')
28
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[0]}.tar.gz")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[1]}.tar.gz")
31
sha256sums_x86_64=('04f49084ebf0e853125a43d39fbd634828e1e0f148d94505cc25bc17a473ba6c')
32
sha256sums_aarch64=('ae9e2e444494f3c87598b3d83392448e7d0c11f4053528bd94a1c9573d366f08')
33
34
35
case ${CARCH} in
36
${arch[0]})
37
_CARCH=${_barch[0]}
38
;;
39
40
${arch[1]})
41
_CARCH=${_barch[1]}
42
;;
43
esac
44
45
package() {
46
cd "${srcdir}/${_appname}-${pkgver}-${_CARCH}/" || exit
47
48
install -Dm755 "${_appname}" -t "${pkgdir}/usr/bin/"
49
50
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}/"
51
52
install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 07:42:22 | Low | 1 |