otf-inter-frozen
maintainer Hikari_Nova
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds OpenType fonts from a Python script and a GitHub release archive; both sources are from legitimate project repositories, and the installed files are non-executable font data, posing minimal risk despite the low-vote, recent AUR upload.
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 OpenType fonts from a Python script and a GitHub release archive; both sources are from legitimate project repositories, and the installed files are non-executable font data, posing minimal risk despite the low-vote, recent AUR upload.
PKGBUILD
1
# Maintainer: Hikari_Nova <3044344887@qq.com>
2
3
pkgname=otf-inter-frozen
4
pkgver=4.1.0
5
pkgrel=1
6
pkgdesc="Inter OpenType fonts with cv05 and tnum frozen into the default mappings"
7
arch=('any')
8
url="https://github.com/KasumiNova/inter-frozen-repro"
9
license=('OFL-1.1-RFN')
10
makedepends=('python-fonttools')
11
12
_interver=4.1
13
14
source=(
15
"$pkgname-$pkgver-build.py::https://raw.githubusercontent.com/KasumiNova/inter-frozen-repro/v$pkgver/build.py"
16
"Inter-$_interver.zip::https://github.com/rsms/inter/releases/download/v$_interver/Inter-$_interver.zip"
17
)
18
noextract=("Inter-$_interver.zip")
19
sha256sums=(
20
'c1642a6092dcd299f22f6ba32422642f5fe1d93edd363b866c268e811c66c4b3'
21
'9883fdd4a49d4fb66bd8177ba6625ef9a64aa45899767dde3d36aa425756b11e'
22
)
23
24
build() {
25
python "$srcdir/$pkgname-$pkgver-build.py" \
26
--offline \
27
--inter-archive "$srcdir/Inter-$_interver.zip" \
28
--output-dir "$srcdir/output"
29
}
30
31
package() {
32
install -Dm644 "$srcdir/output/"*.otf \
33
-t "$pkgdir/usr/share/fonts/$pkgname"
34
install -Dm644 "$srcdir/output/OFL-1.1.txt" \
35
"$pkgdir/usr/share/licenses/$pkgname/OFL-1.1.txt"
36
}
37
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 07:13:42 | LOW | 2 |