contrib/ttf-noto/Pkgfile

15 lines
452 B
Plaintext
Raw Normal View History

# Description: Noto fonts
# URL: https://www.google.com/get/noto/
# Maintainer: Tim Biermann, tbier at posteo dot de
name=ttf-noto
2023-10-01 10:36:11 +02:00
version=23.10.1
release=1
2023-04-14 14:09:09 +02:00
source=(https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-$version.tar.gz)
build() {
2023-04-14 14:09:09 +02:00
find notofonts.github.io-noto-monthly-release-$version/fonts/*/unhinted/ttf \
2022-02-14 09:42:34 +01:00
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/noto/{} \;
}