summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 83389de855e6a1ae696889708ffb77fb341f1dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=otf-stix
pkgver=2.0.0
pkgrel=3
pkgdesc="An OpenType font with math support, designed for scientific and engineering printing"
arch=('any')
url="http://www.stixfonts.org"
license=('custom:OFL')
depends=('fontconfig')
source=("https://github.com/stipub/stixfonts/raw/$pkgver/zipfiles/STIXv$pkgver.zip")
sha256sums=('0e878b50ac6fbafbee431db4f10aa618efe34451f9922924047a2419a15e6242')

package() {
  cd "$srcdir/STIXv$pkgver"

  install -d "$pkgdir/usr/share/fonts/OTF"
  install -m644 Fonts/OTF/*.otf "$pkgdir/usr/share/fonts/OTF/"
  install -Dm644 "docs/STIX_${pkgver}_license.pdf" "$pkgdir/usr/share/licenses/$pkgname/OFL.pdf"
}