summaryrefslogtreecommitdiff
path: root/manualPorts/tex-gyre-fonts/Pkgfile
blob: 82e1178d0ed3b6d1ab71193fc1a770851d5c8585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Substitute PostScript fonts in OpenType format
# URL:         http://www.gust.org.pl/projects/e-foundry/tex-gyre
# Packager:    Erich Eckner, crux at eckner dot net
# Maintainer:  Erich Eckner, crux at eckner dot net
# Depends on:  

name=tex-gyre-fonts
version=2.005
release=2
source=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${version}otf.zip)

build() {
  install -d "$PKG/usr/share/fonts/tex-gyre"
  install -t "$PKG/usr/share/fonts/tex-gyre" -m644 *.otf
}