forked from ports/contrib
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
# 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.03
|
|
release=1
|
|
source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz)
|
|
|
|
build() {
|
|
find unifont-$version/font/precompiled \
|
|
-iname "*.ttf" \
|
|
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/unifont/{} \;
|
|
cd
|
|
}
|