2 # Maintainer: Florian Zeitz <florob at babelmonkeys dot de>
7 pkgdesc="OpenType implementation of STIX fonts with math support"
9 url="https://github.com/khaledhosny/xits-math"
10 license=('custom:OFL')
11 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 'xorg-mkfontdir')
12 install=ttf-xits.install
13 source=(https://github.com/khaledhosny/xits-math/tarball/v${pkgver})
14 md5sums=('3b95c6ede1d2d56c5ead757e365add45')
17 cd "$srcdir"/khaledhosny-xits-math-*
18 install -dm755 "${pkgdir}"/usr/share/fonts/OTF
19 install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
21 install -Dm644 OFL.txt "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
22 install -dm755 "${pkgdir}"/usr/share/doc/"${pkgname}"
23 install -m644 documentation/user-guide.pdf "${pkgdir}"/usr/share/doc/"${pkgname}"