1 # Contributor: muflax <muflax@gmail.com>
7 pkgdesc="extended Japanese mona font"
10 url="http://www.geocities.jp/ipa_mona/"
11 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 # The font is only available as a bundle with this driver.
14 source=(http://www.geocities.jp/ipa_mona/opfc-ModuleHP-${_opfc_pkgver}_withIPAMonaFonts-${pkgver}.tar.gz)
17 cd ${startdir}/src/opfc-ModuleHP-${_opfc_pkgver}_withIPAMonaFonts-${pkgver}/fonts
18 mkdir -p ${startdir}/pkg/usr/share/fonts/TTF
19 install -m644 *.ttf ${startdir}/pkg/usr/share/fonts/TTF/
21 md5sums=('8d56b00ff006c6f3c47eae83d7fc6e3a')