entire-cli-bin

LOW
maintainer danhper 0 votes scanned 2026-09-01 11:47:58.443869
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: Daniel Perez
2
3pkgname=entire-cli-bin
4pkgver=0.10.3
5pkgrel=1
6pkgdesc='Git-native AI agent session tracking'
7arch=('x86_64' 'aarch64')
8url='https://github.com/entireio/cli'
9license=('MIT')
10depends=('git')
11provides=("entire-cli=$pkgver")
12conflicts=('entire-cli')
13options=('!debug')
14source_x86_64=("entire-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/entire_linux_amd64.tar.gz")
15source_aarch64=("entire-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/entire_linux_arm64.tar.gz")
16sha256sums_x86_64=('531461deef2aba5b9aa0e64a3031ab6f305c8a3cbc6c488d9f1cbd9b07336e73')
17sha256sums_aarch64=('aa9d7e6f121a286cdecd380e649d4afb8b1d31143da5db59066d70713a44c68c')
18
19package() {
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)SeverityRules
2026-09-01 11:47:58 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