@ali.molaei: This package does not install all available fonts such as Variable fonts.
we can use this package()
function to install all fonts:
package() {
install -d "${pkgdir}/usr/share/fonts/${pkgname%-fonts}"
find "${srcdir}" -name '*.ttf' -exec install -m 644 '{}' \
"${pkgdir}/usr/share/fonts/${pkgname%-fonts}/" \;
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 ./LICENSE
}
Pinned Comments
ali.molaei commented on 2022-03-09 14:24 (UTC)
From now on, this package is just a dummy package that installs https://aur.archlinux.org/packages/vazirmatn-fonts
You can install that package directly
This change is due to the font being renamed by the main developer
https://rastikerdar.github.io/vazirmatn/fa/docs/HELP-fa
https://github.com/rastikerdar/vazirmatn/issues/235