eukleides
maintainer holst
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the Wayback Machine, a non-standard host, but it is a historical archive of the project's official website; the tarball is the project's own source code, and the checksums are provided and verifiable, making the risk low.
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 source is downloaded from the Wayback Machine, a non-standard host, but it is a historical archive of the project's official website; the tarball is the project's own source code, and the checksums are provided and verifiable, making the risk low.
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:19
"https://web.archive.org/web/20110716232813id_/http://www.eukleides.org/files/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Henrik Holst <hholst80@gmail.com>
2
pkgname=eukleides
3
pkgver=1.5.4
4
pkgrel=3
5
pkgdesc="Euclidean geometry drawing language"
6
arch=(x86_64)
7
url="https://web.archive.org/web/20110716232813/http://www.eukleides.org/"
8
license=(GPL-3.0-or-later)
9
depends=(bash readline)
10
makedepends=(flex bison texinfo)
11
optdepends=(
12
"pstoedit: convert EPS output to other vector formats"
13
"texlive-bin: LaTeX and dvips support for helper scripts"
14
"texlive-fontutils: epstopdf support for euktopdf"
15
"texlive-latex: LaTeX base files for helper scripts"
16
"texlive-pstricks: PSTricks support for helper scripts"
17
)
18
source=(
19
"https://web.archive.org/web/20110716232813id_/http://www.eukleides.org/files/$pkgname-$pkgver.tar.bz2"
20
"old-patches.diff"
21
"spelling-mistakes.diff"
22
"ld-as-needed.diff"
23
"fix_gcc-10.patch"
24
"cross.patch"
25
"utf-8.patch"
26
"fixes-for-gcc15.patch"
27
)
28
sha256sums=(
29
"18c489460cb2cb98f4ea9c0187519ef77b4422117fd43bcd4e4836580ef40c69"
30
"996986e1b1e45ea50d1607c77f6a5e61da3c9ef7c33d4e790aaa919daba796cc"
31
"c7d572ff4cefd9a8d055b19c5b5fd38e969adc790d041b60b9c75c80b7279f53"
32
"a22305a6f3b550a19ed4a075c911dbe396e7c9155ad640b107c90401908be1d3"
33
"1874968edcc5541f7ea45da2e0c4924632b3219ad61158ad00028caef3578dd2"
34
"3fcd8fe273228394b7dd3ea3088845e01c8b402aca3acf4d72a5d68211da6bcc"
35
"f84779933a1074bba998e457fa687328d1c897afe3d36e4d8d27c520262bf423"
36
"63916f626ec3d2178341acee95f5d44e4143e74afcf85eb3be4d8de8ac768cc1"
37
)
38
39
prepare() {
40
cd "$pkgname-$pkgver"
41
42
local patch_file
43
for patch_file in \
44
old-patches.diff \
45
spelling-mistakes.diff \
46
ld-as-needed.diff \
47
fix_gcc-10.patch \
48
cross.patch \
49
utf-8.patch \
50
fixes-for-gcc15.patch; do
51
patch -Np1 -i "$srcdir/$patch_file"
52
done
53
54
sed -i 's|@$(CC) $^ -o $@ $(LIBS)|@$(CC) $(LDFLAGS) $^ -o $@ $(LIBS)|' build/Makefile
55
sed -i 's|@$(INSTALL) -s $< $(BIN_DIR)|@$(INSTALL) $< $(BIN_DIR)|' build/Makefile
56
}
57
58
build() {
59
cd "$pkgname-$pkgver"
60
make
61
}
62
63
package() {
64
cd "$pkgname-$pkgver"
65
install -d "$pkgdir/usr/bin"
66
make DESTDIR="$pkgdir" install
67
install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
68
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
69
}
70
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |