# Description: Noto fonts # URL: https://www.google.com/get/noto/ # Maintainer: Tim Biermann, tbier at posteo dot de name=ttf-noto version=24.4.1 release=1 source=(https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-$version.tar.gz) build() { find notofonts.github.io-noto-monthly-release-$version/fonts/*/unhinted/ttf \ -iname "*.ttf" \ -execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/noto/{} \; }