ieda-git
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
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)
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) highlightedpkgname=ieda-git
pkgver=r4766.699a03ec6
pkgrel=1
pkgdesc='An open-source EDA infracstructure and tools from Netlist to GDS for ASIC design'
arch=('x86_64')
url='https://ieda.oscc.cc/'
license=('MulanPSL-2.0')
depends=('boost-libs' 'tcl' 'gflags' 'google-glog' 'python' 'zlib' 'eigen' 'libunwind' 'gmp' 'gtest' 'curl' 'qt5-base' 'onetbb')
makedepends=('git' 'cmake' 'boost' 'swig' 'bison' 'flex' 'rust' 'ninja')
source=(
'git+https://gitee.com/oscc-project/iEDA'
'git+https://gitee.com/li-jinyuan/LSAssigner4iEDA'
'cmakelists.patch'
'source.patch'
)
sha256sums=(
'SKIP'
'SKIP'
'36c25b99fe91db0e993321b83d5eb75058a470de61c1d4081b9d5ee96de3182b'
'e59bac17f884ab1d0dbcc4d81c10fa0ce3206ac8bebc4455ae2279606aef2dbc'
)
pkgver() {
cd $srcdir/iEDA
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd $srcdir/iEDA
git submodule init
git config submodule.module/src/third_party/LSAssigner4iEDA.url $srcdir/LSAssigner4iEDA
git -c protocol.file.allow=always submodule update src/third_party/LSAssigner4iEDA
git apply $srcdir/cmakelists.patch
git apply $srcdir/source.patch
}
build() {
cd "$srcdir"/iEDA
cmake -B build \
-DCMD_BUILD=ON \
-DBUILD_GUI=ON \
-DBUILD_STATIC_LIB=OFF \
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY="$srcdir"/iEDA/bin \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
cmake --build build --target all
}
package() {
mkdir -p "$pkgdir"/usr/lib/ieda/
find "$srcdir"/iEDA/build -iname '*.so' -exec install -Dm 755 {} "$pkgdir"/usr/lib/ieda/ ';'
find "$srcdir"/iEDA/bin -iname '*.so' -exec install -Dm 755 {} "$pkgdir"/usr/lib/ieda/ ';'
find "$pkgdir"/usr/lib/ieda/ -iname '*.so' -exec patchelf --set-rpath '$ORIGIN' {} ';'
mkdir -p "$pkgdir"/usr/bin/
for bin in iEDA iSTA iIR iPower; do
patchelf --set-rpath '$ORIGIN/../lib/ieda' "$srcdir"/iEDA/bin/"$bin"
install -Dm 755 "$srcdir"/iEDA/bin/"$bin" "$pkgdir"/usr/bin/
done
mkdir -p "$pkgdir"/usr/share/licenses/ieda-git/
install -Dm 644 "$srcdir"/iEDA/LICENSE "$pkgdir"/usr/share/licenses/ieda-git/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |