summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a2fadb89ea795e2bb9cc213630c93f65c9d06259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
# Contributor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>

pkgname=ir-standard-fonts
pkgver=20170121
pkgrel=3
pkgdesc="Iran Supreme Council of Information and Communication Technology (SCICT) standard Persian fonts."
url="https://github.com/molaeiali/ir-standard-fonts"
arch=(any)
license=('unknown')
makedepends=('git')
provides=('ttf-irfonts' "$pkgname")
conflicts=('ttf-irfonts' "$pkgname")
replaces=('ttf-irfonts')
source=("https://github.com/molaeiali/$pkgname/archive/$pkgver.zip")
sha256sums=('SKIP')

package() {
  cd $srcdir/$pkgname-$pkgver
  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 ./*.ttf
}