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

17 lines
572 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
name=tex-gyre-fonts
version=2.005
release=1
source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${version}otf.zip
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
install -Dm644 GUST-FONT-LICENSE.txt "$PKG/usr/share/licenses/$name/LICENSE"
}