ieda-git

LOW
maintainer foobat 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package builds from source hosted on Gitee, which is a legitimate code hosting platform; the source is not prebuilt or obfuscated, and the build process is transparent and standard for AUR packages.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from source hosted on Gitee, which is a legitimate code hosting platform; the source is not prebuilt or obfuscated, and the build process is transparent and standard for AUR packages.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:11 'git+https://gitee.com/oscc-project/iEDA'

PKGBUILD

1 offending line(s) highlighted
1pkgname=ieda-git
2pkgver=r4766.699a03ec6
3pkgrel=1
4pkgdesc='An open-source EDA infracstructure and tools from Netlist to GDS for ASIC design'
5arch=('x86_64')
6url='https://ieda.oscc.cc/'
7license=('MulanPSL-2.0')
8depends=('boost-libs' 'tcl' 'gflags' 'google-glog' 'python' 'zlib' 'eigen' 'libunwind' 'gmp' 'gtest' 'curl' 'qt5-base' 'onetbb')
9makedepends=('git' 'cmake' 'boost' 'swig' 'bison' 'flex' 'rust' 'ninja')
10source=(
11 'git+https://gitee.com/oscc-project/iEDA'
12 'git+https://gitee.com/li-jinyuan/LSAssigner4iEDA'
13 'cmakelists.patch'
14 'source.patch'
15)
16
17sha256sums=(
18 'SKIP'
19 'SKIP'
20 '36c25b99fe91db0e993321b83d5eb75058a470de61c1d4081b9d5ee96de3182b'
21 'e59bac17f884ab1d0dbcc4d81c10fa0ce3206ac8bebc4455ae2279606aef2dbc'
22)
23
24pkgver() {
25 cd $srcdir/iEDA
26 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
27}
28
29prepare() {
30 cd $srcdir/iEDA
31 git submodule init
32 git config submodule.module/src/third_party/LSAssigner4iEDA.url $srcdir/LSAssigner4iEDA
33 git -c protocol.file.allow=always submodule update src/third_party/LSAssigner4iEDA
34 git apply $srcdir/cmakelists.patch
35 git apply $srcdir/source.patch
36}
37
38build() {
39 cd "$srcdir"/iEDA
40 cmake -B build \
41 -DCMD_BUILD=ON \
42 -DBUILD_GUI=ON \
43 -DBUILD_STATIC_LIB=OFF \
44 -DCMAKE_RUNTIME_OUTPUT_DIRECTORY="$srcdir"/iEDA/bin \
45 -DCMAKE_BUILD_TYPE=Release \
46 -Wno-dev
47 cmake --build build --target all
48}
49
50package() {
51 mkdir -p "$pkgdir"/usr/lib/ieda/
52 find "$srcdir"/iEDA/build -iname '*.so' -exec install -Dm 755 {} "$pkgdir"/usr/lib/ieda/ ';'
53 find "$srcdir"/iEDA/bin -iname '*.so' -exec install -Dm 755 {} "$pkgdir"/usr/lib/ieda/ ';'
54 find "$pkgdir"/usr/lib/ieda/ -iname '*.so' -exec patchelf --set-rpath '$ORIGIN' {} ';'
55 mkdir -p "$pkgdir"/usr/bin/
56 for bin in iEDA iSTA iIR iPower; do
57 patchelf --set-rpath '$ORIGIN/../lib/ieda' "$srcdir"/iEDA/bin/"$bin"
58 install -Dm 755 "$srcdir"/iEDA/bin/"$bin" "$pkgdir"/usr/bin/
59 done
60 mkdir -p "$pkgdir"/usr/share/licenses/ieda-git/
61 install -Dm 644 "$srcdir"/iEDA/LICENSE "$pkgdir"/usr/share/licenses/ieda-git/
62}
63
64

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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