2023-05-29 20:19:47 +02:00
|
|
|
# Description: OpenType version of the GNU Unifont
|
|
|
|
# URL: https://unifoundry.com/unifont.html
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
|
|
|
|
name=otf-unifont
|
2023-11-01 19:44:27 +01:00
|
|
|
version=15.1.04
|
2023-05-29 20:19:47 +02:00
|
|
|
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/{} \;
|
|
|
|
}
|