summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3aecbb1dbf3b0a3c798649f8be32bc8784e0afae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer:  Martin C. Doege <mdoege at compuserve dot com>
# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>

pkgname=otf-crimson-text
pkgver=2014.06
pkgrel=1
epoch=1
pkgdesc="A font family for book production in the tradition of beautiful oldstyle typefaces"
arch=('any')
url="https://github.com/skosch/Crimson/"
license=('OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=crimson-text.install
source=("$pkgname".zip::'https://github.com/skosch/Crimson/archive/master.zip')
md5sums=('SKIP')

package() {
  cd "$srcdir/Crimson-master/Desktop Fonts"
  install -d "$pkgdir/usr/share/fonts/OTF"
  install -m644 OTF/*.otf "$pkgdir/usr/share/fonts/OTF/"
}