1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="A series of symbol fonts designed for mathematics with mathematical precision"
8 url="http://cg.scs.carleton.ca/~luc/sugaku.html"
10 depends=('fontconfig' 'xorg-font-utils')
12 source=(http://cg.scs.carleton.ca/~luc/sugaku-ttffiles.zip license.txt)
13 md5sums=('31212041c0199b7248e170e518859348'
14 '9c1ee07c6817392ede48d3a53122a174')
18 install -dm755 "$pkgdir/usr/share/fonts/TTF"
19 install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
20 install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"