kigi-bin

LOW
maintainer penguin 0 votes scanned 2026-09-23 05:39:25.987319
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: dongdong <1252603486@qq.com>
2
3pkgname=kigi-bin
4pkgver=0.1.18
5pkgrel=1
6pkgdesc='Terminal coding agent with graph-based workflows (prebuilt binary)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/ZacharyZhang-NY/Kigi-CLI'
9license=('Apache-2.0')
10depends=('glibc' 'gcc-libs' 'zlib')
11options=('!debug')
12provides=('kigi')
13conflicts=('kigi')
14source_x86_64=("https://github.com/ZacharyZhang-NY/Kigi-CLI/releases/download/v${pkgver}/kigi-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
15source_aarch64=("https://github.com/ZacharyZhang-NY/Kigi-CLI/releases/download/v${pkgver}/kigi-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
16sha256sums_x86_64=('45310d60588f9df0aa7fcf4fe448fb24f7075e8a25eedbbf5cf0cbd4a673f5e4')
17sha256sums_aarch64=('2f41a304489a9bcb1393301fb932ffe92ef7edf617c61a558b9f4d6ff93dec09')
18
19package() {
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)SeverityRules
2026-09-23 05:39:25 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