tex-gyre-fonts.paketlendi

This commit is contained in:
milisbir 2017-07-31 19:20:12 +03:00
parent 62b5a0af15
commit fb74b1519f
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: Substitute PostScript fonts in OpenType format
# URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
# Packager: milisarge
# Depends on:
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)
build() {
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"
}