milis/talimatname/genel/t/tex-gyre-fonts/talimat

17 lines
566 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Substitute PostScript fonts in OpenType format
2017-07-31 18:20:12 +02:00
# URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-07-31 18:20:12 +02:00
2017-10-28 14:10:23 +02:00
isim=tex-gyre-fonts
surum=2.005
devir=1
kaynak=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${surum}otf.zip
2017-07-31 18:20:12 +02:00
http://www.gust.org.pl/projects/e-foundry/tex-gyre/../licenses/GUST-FONT-LICENSE.txt)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-31 18:20:12 +02:00
install -d "$PKG/usr/share/fonts/${name%-fonts}"
install -t "$PKG/usr/share/fonts/${name%-fonts}" -m644 *.otf
2017-10-28 14:10:23 +02:00
install -Dm644 GUST-FONT-LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
2017-07-31 18:20:12 +02:00
}