accio-bin
LOW
maintainer nickheyer
0 votes
scanned 2026-08-31 19:46:16.204478
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
pkgname=accio-bin
2
pkgver=0.0.4
3
pkgrel=1
4
pkgdesc="Switch your ai provider credentials and configurations. accio ai!"
5
arch=('x86_64')
6
url="https://github.com/nickheyer/accio"
7
license=('MIT')
8
provides=('accio')
9
conflicts=('accio')
10
source=("accio-${pkgver}-x86_64-linux.tar.gz::https://github.com/nickheyer/accio/releases/download/v${pkgver}/accio-${pkgver}-x86_64-linux.tar.gz")
11
sha256sums=('efaa301fe9ad0ab8e8b4650729596b9140b496c39c7634148136781f7e7ad7cc')
12
13
package() {
14
install -Dm755 "${srcdir}/accio" "${pkgdir}/usr/bin/accio"
15
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
16
}
17
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 1 |