contrib/otf-unifont/Pkgfile

15 lines
421 B
Plaintext

# 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=15.1.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/{} \;
}