summaryrefslogtreecommitdiff
path: root/portsToCome/gsfonts/Pkgfile
blob: 8adf5f5c98c6ce7b1343234183de751e5accde7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 <bisson@archlinux.org>
# Contributor: Firmicus <francois.archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# 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
}