1 # Contributor: muflax <muflax@gmail.com>
3 pkgname=ttf-togoshi-monago
6 pkgdesc="Japanese Togoshi font, based on Kochi Substitute - Monago"
9 url="http://togoshi-font.sourceforge.jp/"
10 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
12 source=("http://osdn.dl.sourceforge.jp/togoshi-font/31795/togoshi-monago-${pkgver}.tar.gz"
14 md5sums=('7f243d857b72cc4b5d33faab5b1b4016'
15 '67b994aa1f9c1df99854757c103820aa')
19 mkdir -p $pkgdir/usr/share/fonts/TTF
20 install -m644 togoshi-monago-$pkgver/togoshi-monago.ttf $pkgdir/usr/share/fonts/TTF/ || return 1
21 mkdir -p $pkgdir/usr/share/licenses/custom/${pkgname}
22 install -m644 license.txt $pkgdir/usr/share/licenses/custom/${pkgname}/license.txt || return 1