intel-igsc

LOW
maintainer sunnysab 0 votes scanned 2026-09-26 07:14:17.811062
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: sunnysab <i@sunnysab.cn>
2pkgname=intel-igsc
3pkgver=1.3.2
4pkgrel=1
5pkgdesc="Intel Graphics System Controller firmware update library"
6arch=('x86_64')
7url="https://github.com/intel/igsc"
8license=('Apache-2.0')
9depends=('glibc' 'intel-metee' 'systemd-libs')
10makedepends=('cmake')
11provides=("igsc=$pkgver" "libigsc.so=${pkgver%%.*}-64")
12conflicts=('igsc')
13source=("igsc-$pkgver.tar.gz::https://github.com/intel/igsc/archive/refs/tags/V$pkgver.tar.gz")
14sha256sums=('4b0c443ad3ce5037e844d9d3837538dae87f00ceb4c57222c662eec290b0be73')
15
16build() {
17 cmake -B build -S "igsc-$pkgver" \
18 -DCMAKE_BUILD_TYPE=None \
19 -DCMAKE_INSTALL_PREFIX=/usr \
20 -DBUILD_SHARED_LIBS=ON \
21 -DENABLE_CLI=ON \
22 -DENABLE_TESTS=OFF
23 cmake --build build
24}
25
26package() {
27 DESTDIR="$pkgdir" cmake --install build
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 07:14:17 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