ario-fonts
LOW
maintainer ahp
0 votes
scanned 2026-08-30 09:42:21.949430
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: Amir Husayn Panahifar <ahp@panahifar.ir>
2
3
pkgname=ario-fonts
4
pkgver=2.0.1
5
pkgrel=1
6
pkgdesc="An English-Arabic font"
7
url="https://github.com/MohamadDarvishi/Ario/"
8
arch=('any')
9
license=('OFL')
10
provides=('ario' 'ario-fonts')
11
source=("https://github.com/MohamadDarvishi/Ario/archive/refs/tags/${pkgver}.tar.gz")
12
sha256sums=('82bd98404268441982a7b8a12778ee46236f0ce2fe347ae3a18b58e300b55276')
13
14
package() {
15
cd "${srcdir}/Ario-${pkgver}"
16
17
find Fonts -name '*.ttf' -exec install -Dm644 {} \
18
-t "${pkgdir}/usr/share/fonts/TTF/" \;
19
20
find Fonts -name '*.woff2' -exec install -Dm644 {} \
21
-t "${pkgdir}/usr/share/fonts/woff2/" \;
22
23
install -Dm644 README.md \
24
-t "${pkgdir}/usr/share/doc/${pkgname}/"
25
install -Dm644 CHANGELOG.md \
26
-t "${pkgdir}/usr/share/doc/${pkgname}/"
27
find Documentation -name '*.png' -exec install -Dm644 {} \
28
-t "${pkgdir}/usr/share/doc/${pkgname}/documentation/" \;
29
30
install -Dm644 OFL.txt \
31
-t "${pkgdir}/usr/share/licenses/${pkgname}/"
32
33
find "Sources/Glyphs Format" -name '*.glyphs' -exec install -Dm644 {} \
34
-t "${pkgdir}/usr/share/doc/${pkgname}/sources/" \;
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 09:42:21 | Low | 1 |