# Description: URW+ Postscript core35 fonts # URL: http://git.ghostscript.com/?p=urw-core35-fonts.git # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: Gaetan Bisson # Contributor: Firmicus # Contributor: dorphell # Depends on: xorg-font-utils fontconfig git name=gsfonts _pkgname=urw-core35-fonts version=20160531 release=1 source=() build() { git clone 'git://git.ghostscript.com/urw-core35-fonts.git' cd urw-core35-fonts git checkout 79bcdfb34fbce12b592cce389fa7a19da6b5b018 install -d "$PKG"/usr/share/fonts/OTF install -m644 *.otf "$PKG"/usr/share/fonts/OTF }