2021-07-15 18:51:42 +02:00
|
|
|
# Description: Noto fonts
|
|
|
|
# URL: https://www.google.com/get/noto/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
|
|
|
|
name=ttf-noto
|
2023-08-03 22:26:36 +02:00
|
|
|
version=23.8.1
|
2021-07-15 18:51:42 +02:00
|
|
|
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)
|
2021-07-15 18:51:42 +02:00
|
|
|
|
|
|
|
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/{} \;
|
2021-07-15 18:51:42 +02:00
|
|
|
}
|