# Maintainer: luxcem # Contributor: yuhr pkgname=otf-hannari-mincho pkgver=1.12 pkgrel=1 pkgdesc="Japanese curvy and gentle style font (Mincho-style) based on IPA Font v3" url="https://typingart.net/?p=44" license=("custom:IPA Font License") arch=("any") source=("https://typingart.net/fontdata/hannari.zip") sha256sums=("f9f7cb9c2711e04b8ad492af5d3ae11b948f1de7bec7896470b1728602010a4e") # Official source is typingart.net but does not support download without # the official Referer header. DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --referer ${url}") package() { install -d "${pkgdir}"/usr/share/fonts/OTF install -m644 Hannari.otf "${pkgdir}"/usr/share/fonts/OTF/ install -d "${pkgdir}/usr/share/licenses/${pkgname}/" install -Dm644 IPA_Font_License_Agreement_v1.0.txt "${pkgdir}/usr/share/licenses/${pkgname}/"LICENCE }