# Maintainer: ChenyHsu pkgname=otf-aoyagikouzant pkgver=2.01 pkgrel=3 pkgdesc="Brush font created by calligrapher Kouzan Aoyagi, includes JIS Non-Kanji and level-1 Kanji." arch=('any') url="https://opentype.jp/aoyagikouzanfontt.htm" license=('CUSTOM') source=("https://opentype.jp/bin/AoyagiKouzanTOTF.zip" "https://opentype.jp/aoyagikouzanfontt.htm" ) md5sums=('c663e0899b8ce92f76e05b711f017378' '8567d06e7a44e95487f948b91b7331a5') build() { iconv -f SHIFT-JIS -t UTF8 aoyagikouzanfontt.htm | sed -n 's|[^<]*

\([^<]*\)

[^<]*|\1\n|gp' > LICENSE } package() { install -Dm644 -t "$pkgdir/usr/share/fonts/OTF" "AoyagiKouzanTOTF.otf" install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "LICENSE" } md5sums=('c663e0899b8ce92f76e05b711f017378' '6f327e6722e0a6389e8c487dbd207866')