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

17 lines
566 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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"
}