milis/talimatname/genel/n/noto-fonts/talimat

22 lines
545 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Google Noto TTF yazı tipi
2016-07-20 23:55:06 +02:00
# URL : https://www.google.com/get/noto/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: xorg-fontconfig
2016-07-20 23:55:06 +02:00
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
}