# Contributor: Adrian Siekierka <kontakt@asie.pl>
# Contributor: Tomas Volf <wolf@wolfsden.cz>
# Maintainer: Tomas Volf <wolf@wolfsden.cz>
pkgname=font-ipa
pkgver=00303
pkgrel=0
pkgdesc="Japanese outline fonts by Information-technology Promotion Agency, Japan (IPA)"
url="https://www.ipa.go.jp/"
arch="noarch"
license="IPA"
depends="fontconfig"
options="!check" # No test suite
source="https://data.wolfsden.cz/mirror/IPAfont$pkgver.zip"
builddir="$srcdir/IPAfont$pkgver"

package() {
	install -Dm644 -t "$pkgdir"/usr/share/fonts/ipafont *.ttf
}

sha512sums="
d3e4a1f189356b7a8b0cba9c706987413c8107f9e43ab2ccf52be6d0483efad8c97b68e075a35c5d04603c460dac7f282c4645ddc8318e993368ec47407f894e  IPAfont00303.zip
"
