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

17 lines
566 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.

# Tanım: Substitute PostScript fonts in OpenType format
# URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
# Paketçi: milisarge
# Gerekler:
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
http://www.gust.org.pl/projects/e-foundry/tex-gyre/../licenses/GUST-FONT-LICENSE.txt)
derle() {
install -d "$PKG/usr/share/fonts/${name%-fonts}"
install -t "$PKG/usr/share/fonts/${name%-fonts}" -m644 *.otf
install -Dm644 GUST-FONT-LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}