# Description: TrueType version of the GNU Unifont # URL: https://unifoundry.com/unifont.html # Maintainer: Tim Biermann, tbier at posteo dot de name=ttf-unifont version=14.0.01 release=1 source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz) build() { cd unifont-$version/font/precompiled install -d $PKG/usr/share/fonts/TTF/unifont/ for i in *.ttf; do install -Dm644 $i $PKG/usr/share/fonts/TTF/unifont/; done }