kconfig-frontends-git
LOW
maintainer arkades
0 votes
scanned 2026-08-23 01:19:32.924999
Why flagged
The package builds from a Git repository hosted on a personal domain, but the source is transparent and the build process is standard; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a Git repository hosted on a personal domain, but the source is transparent and the build process is standard; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Dominik Kummer <admin@arkades.org>
2
3
pkgname=kconfig-frontends-git
4
_pkgname=${pkgname%-git}
5
pkgver=r279.gdf6a283
6
pkgrel=1
7
pkgdesc='Linux kernel-style Kconfig parser and configuration frontends for third-party projects (Git)'
8
arch=('x86_64' 'i686')
9
url="https://gitlab.com/ymorin/kconfig-frontends/"
10
license=('GPL')
11
depends=('python' 'perl')
12
makedepends=('gperf')
13
source=("git+https://gitlab.com/arkades.org/kconfig-frontends.git"
14
"kconfig-config2h")
15
noextract=()
16
sha512sums=('SKIP'
17
'2704d58e009e79a6ba098876dfca8dfc34da086d792b497424a73a679aeb97bc002d4267cc44422401b06338c42bc8651fdbede20779bae9c06a00590fe14234')
18
19
pkgver() {
20
cd "$_pkgname"
21
printf 'r%s.g%s\n' \
22
"$(git rev-list --count HEAD)" \
23
"$(git rev-parse --short HEAD)"
24
}
25
26
build() {
27
cd "$_pkgname"
28
autoreconf -fi
29
./configure --prefix=/usr --enable-frontends=mconf,conf,nconf
30
make
31
}
32
33
package() {
34
install -dm755 ${pkgdir}/usr/bin
35
install -m755 -t ${pkgdir}/usr/bin kconfig-config2h
36
cd "$_pkgname"
37
make DESTDIR="$pkgdir/" install
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 01:19:32 | Low | 2 |