summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e671a2263b77c557c9e8ad25915b367db4cdc8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Hownioni <honeyhownihoni at gmail dot com>
pkgname=(ttf-mat_saleh otf-mat_saleh)
_reponame=mat_saleh
pkgver=1
pkgbase=mat_saleh-font
pkgrel=1
pkgdesc="Sans serif font made by Syafrizal a.k.a. Khurasan"
arch=(any)
url="https://www.dafont.com/mat-saleh.font"
license=('unknown')
source=("${_reponame}.zip::https://dl.dafont.com/dl/?f=mat_saleh")
sha512sums=('SKIP')

package_ttf-mat_saleh() {
  install -Dm644 -t "$pkgdir/usr/share/fonts/mat_saleh" *.ttf
}

package_otf-mat_saleh() {
  install -Dm644 -t "$pkgdir/usr/share/fonts/mat_saleh" *.otf
}