summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e2bebb940ad17c282194f46023cd88b1eef9b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=otf-xits
pkgver=1.302
pkgrel=2
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/alif-type/xits"
license=('custom:OFL')
ghname=xits
source=("https://github.com/alif-type/$ghname/archive/v$pkgver.tar.gz")
sha256sums=('a396dfddde7da50ce82cae530775ab522b1d33f87ca8211634535b6325a09c2b')

package() {
  cd "$srcdir/$ghname-$pkgver"

  install -d "$pkgdir/usr/share/fonts/OTF"
  install -m644 *.otf "$pkgdir/usr/share/fonts/OTF/"
  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL.txt"
}