contrib/ttf-unifont/Pkgfile

16 lines
426 B
Plaintext
Raw Normal View History

# Description: TrueType version of the GNU Unifont
2021-02-16 12:24:38 +01:00
# URL: https://unifoundry.com/unifont.html
# Maintainer: Tim Biermann, tbier at posteo dot de
name=ttf-unifont
2022-03-08 22:23:01 +01:00
version=14.0.02
release=1
2021-02-16 12:24:38 +01:00
source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz)
build() {
2022-02-14 21:09:11 +01:00
find unifont-$version/font/precompiled \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/unifont/{} \;
cd
}