kigi-bin
LOW
maintainer penguin
0 votes
scanned 2026-09-23 05:39:25.987319
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: dongdong <1252603486@qq.com>
2
3
pkgname=kigi-bin
4
pkgver=0.1.18
5
pkgrel=1
6
pkgdesc='Terminal coding agent with graph-based workflows (prebuilt binary)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/ZacharyZhang-NY/Kigi-CLI'
9
license=('Apache-2.0')
10
depends=('glibc' 'gcc-libs' 'zlib')
11
options=('!debug')
12
provides=('kigi')
13
conflicts=('kigi')
14
source_x86_64=("https://github.com/ZacharyZhang-NY/Kigi-CLI/releases/download/v${pkgver}/kigi-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
15
source_aarch64=("https://github.com/ZacharyZhang-NY/Kigi-CLI/releases/download/v${pkgver}/kigi-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
16
sha256sums_x86_64=('45310d60588f9df0aa7fcf4fe448fb24f7075e8a25eedbbf5cf0cbd4a673f5e4')
17
sha256sums_aarch64=('2f41a304489a9bcb1393301fb932ffe92ef7edf617c61a558b9f4d6ff93dec09')
18
19
package() {
20
install -Dm755 "${srcdir}/kigi" "${pkgdir}/usr/bin/kigi"
21
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
22
install -Dm644 "${srcdir}/NOTICE" "${pkgdir}/usr/share/doc/${pkgname}/NOTICE"
23
install -Dm644 "${srcdir}/THIRD-PARTY-NOTICES.md" "${pkgdir}/usr/share/doc/${pkgname}/THIRD-PARTY-NOTICES.md"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 05:39:25 | Low | 1 |