entire-cli-bin
LOW
maintainer danhper
0 votes
scanned 2026-09-01 11:47:58.443869
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: Daniel Perez
2
3
pkgname=entire-cli-bin
4
pkgver=0.10.3
5
pkgrel=1
6
pkgdesc='Git-native AI agent session tracking'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/entireio/cli'
9
license=('MIT')
10
depends=('git')
11
provides=("entire-cli=$pkgver")
12
conflicts=('entire-cli')
13
options=('!debug')
14
source_x86_64=("entire-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/entire_linux_amd64.tar.gz")
15
source_aarch64=("entire-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/entire_linux_arm64.tar.gz")
16
sha256sums_x86_64=('531461deef2aba5b9aa0e64a3031ab6f305c8a3cbc6c488d9f1cbd9b07336e73')
17
sha256sums_aarch64=('aa9d7e6f121a286cdecd380e649d4afb8b1d31143da5db59066d70713a44c68c')
18
19
package() {
20
install -Dm755 entire "$pkgdir/usr/bin/entire"
21
install -Dm755 git-remote-entire "$pkgdir/usr/bin/git-remote-entire"
22
install -Dm644 completions/entire.bash "$pkgdir/usr/share/bash-completion/completions/entire"
23
install -Dm644 completions/entire.fish "$pkgdir/usr/share/fish/vendor_completions.d/entire.fish"
24
install -Dm644 completions/entire.zsh "$pkgdir/usr/share/zsh/site-functions/_entire"
25
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 11:47:58 | Low | 1 |