1 # Contributor: Olivier Duclos <olivier.duclos gmail.com>
6 pkgdesc="A Japanese proportional font which allows you to view Japanese text arts correctly."
9 url="http://monafont.sourceforge.net/"
10 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 source=(http://downloads.sourceforge.net/monafont/monafont-ttf-${pkgver}.zip license.txt)
14 md5sums=('fa952f01f0187664aaca5d3e259197d3'
15 'b98e405f9b27aba83c32ff42a2fdf3e4')
19 mkdir -p $pkgdir/usr/share/fonts/TTF
20 install -m644 mona.ttf $pkgdir/usr/share/fonts/TTF/
21 mkdir -p $pkgdir/usr/share/licenses/custom/${pkgname}
22 install -m644 license.txt $pkgdir/usr/share/licenses/custom/${pkgname}/license.txt