kconfig-frontends-git

LOW
maintainer arkades 0 votes scanned 2026-08-23 01:19:32.924999
View on AUR
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
3pkgname=kconfig-frontends-git
4_pkgname=${pkgname%-git}
5pkgver=r279.gdf6a283
6pkgrel=1
7pkgdesc='Linux kernel-style Kconfig parser and configuration frontends for third-party projects (Git)'
8arch=('x86_64' 'i686')
9url="https://gitlab.com/ymorin/kconfig-frontends/"
10license=('GPL')
11depends=('python' 'perl')
12makedepends=('gperf')
13source=("git+https://gitlab.com/arkades.org/kconfig-frontends.git"
14 "kconfig-config2h")
15noextract=()
16sha512sums=('SKIP'
17 '2704d58e009e79a6ba098876dfca8dfc34da086d792b497424a73a679aeb97bc002d4267cc44422401b06338c42bc8651fdbede20779bae9c06a00590fe14234')
18
19pkgver() {
20 cd "$_pkgname"
21 printf 'r%s.g%s\n' \
22 "$(git rev-list --count HEAD)" \
23 "$(git rev-parse --short HEAD)"
24}
25
26build() {
27 cd "$_pkgname"
28 autoreconf -fi
29 ./configure --prefix=/usr --enable-frontends=mconf,conf,nconf
30 make
31}
32
33package() {
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)SeverityRules
2026-08-23 01:19:32 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion