milis/talimatname/genel/noto-fonts/talimat

22 lines
555 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description : Google Noto TTF yazı tipi
# URL : https://www.google.com/get/noto/
# Packager : alihan-ozturk28@hotmail.com
# Depends on : xorg-fontconfig
name=noto-fonts
version=20151224
_commit=3f1dc1
release=1
source=(https://github.com/googlei18n/noto-fonts/archive/$_commit.zip)
build() {
mkdir -p $PKG/usr/share/fonts/noto
install -m644 $name-*/hinted/Noto*.ttf $PKG/usr/share/fonts/noto
mkdir -p $PKG/usr/share/fonts/TTF
for font in Arimo Cousine Tinos; do
install -m644 $name-*/hinted/$font*.ttf $PKG/usr/share/fonts/TTF
done
}