# Description: OpenType version of the GNU Unifont
# URL: https://unifoundry.com/unifont.html
# Maintainer: Tim Biermann, tbier at posteo dot de

name=otf-unifont
version=17.0.04
release=1
source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz)

build() {
  find unifont-$version/font/precompiled \
    -iname "*.otf" \
    -execdir install -Dm644 {} $PKG/usr/share/fonts/OTF/unifont/{} \;
}
