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-09-16 22:03:32 +02:00
version=15.0.01
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
}