# Description: TrueType version of the GNU Unifont # URL: https://unifoundry.com/unifont.html # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: fontforge name=unifont-ttf version=16.0.04 release=1 source=(https://unifoundry.com/pub/unifont/unifont-${version}/unifont-${version}.tar.gz) build() { cd unifont-$version/font make hex make truetype install -Dm644 "compiled/unifont-$version.ttf" "$PKG/usr/share/fonts/Unifont/Unifont.ttf" install -Dm644 "compiled/unifont_jp-$version.ttf" "$PKG/usr/share/fonts/Unifont/Unifont_jp.ttf" install -Dm644 "compiled/unifont_upper-$version.ttf" "$PKG/usr/share/fonts/Unifont/Unifont_Upper.ttf" install -Dm644 "compiled/unifont_csur-$version.ttf" "$PKG/usr/share/fonts/Unifont/Unifont_CSUR.ttf" }