ario-fonts

LOW
maintainer ahp 0 votes scanned 2026-08-30 09:42:21.949430
View on AUR
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
3pkgname=ario-fonts
4pkgver=2.0.1
5pkgrel=1
6pkgdesc="An English-Arabic font"
7url="https://github.com/MohamadDarvishi/Ario/"
8arch=('any')
9license=('OFL')
10provides=('ario' 'ario-fonts')
11source=("https://github.com/MohamadDarvishi/Ario/archive/refs/tags/${pkgver}.tar.gz")
12sha256sums=('82bd98404268441982a7b8a12778ee46236f0ce2fe347ae3a18b58e300b55276')
13
14package() {
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)SeverityRules
2026-08-30 09:42:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion