# Maintainer: Ali Molaei # Contributor: Mohammadreza Abdollahzadeh pkgname=sahel-fonts pkgver=3.1.0 pkgrel=1 pkgdesc="A beautiful Persian font." url="https://github.com/rastikerdar/sahel-font" arch=(any) license=('OFL') depends=('fontconfig') provides=('ttf-sahel') conflicts=('ttf-sahel') source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver//_/-}/sahel-font-v${pkgver//_/-}.zip") sha256sums=('4311a49c77e49b313dfebf90c9f812d3f5ff14cc370d38f75f70ce702635f024') package() { install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}" install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./Sahel*.ttf install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./{Farsi*,Without-Latin}/Sahel*.ttf install -Dm644 ./LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } # vim:set ts=2 sw=2 et: