asus-fan-control-ec-git
LOW
maintainer Cleboost
0 votes
scanned 2026-08-28 09:35:00.314873
Why flagged
The package builds from the project's own git repository, which is a normal AUR practice; 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 the project's own git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Cleboost <clement.balarot@gmail.com>
2
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4
pkgname=asus-fan-control-ec-git
5
pkgver=0
6
pkgrel=1
7
pkgdesc="Fan control for ASUS devices using the embedded controller directly (git version)"
8
url="https://github.com/Keyitdev/asus-fan-control-ec"
9
arch=("x86_64")
10
makedepends=("git" "base-devel")
11
optdepends=("systemd: run the fan curve as a service")
12
provides=("asus-fan-control-ec")
13
conflicts=("asus-fan-control-ec")
14
license=("GPL3")
15
16
source=("asus-fan-control-ec::git+${url}.git#branch=master")
17
sha256sums=('SKIP')
18
19
pkgver() {
20
cd "${srcdir}/asus-fan-control-ec"
21
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
22
}
23
24
build() {
25
cd "${srcdir}/asus-fan-control-ec"
26
make
27
}
28
29
package() {
30
cd "${srcdir}/asus-fan-control-ec"
31
make PREFIX=/usr DESTDIR="${pkgdir}" install
32
}
33
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 09:35:00 | Low | 2 |