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

pkgname=otf-crimson-text
_pkgname=Crimson
pkgver=2019.07
_ver=f8255058575d26ddf35ab0b2d5ab7832c40f7a1a
pkgrel=2
epoch=1
pkgdesc="A font family for book production in the tradition of beautiful oldstyle typefaces"
arch=('any')
url="https://github.com/skosch/$_pkgname/"
license=('OFL')
source=("$pkgname-$pkgver.zip::https://github.com/skosch/$_pkgname/archive/$_ver.zip")
sha256sums=('751e1922bc3fc89bd545e7a6c28a6b8c0f28e266dce83f67fa6bd546672b6cad')

package() {
  cd "$_pkgname-$_ver/"
  install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" "Desktop Fonts/OTF"/*.otf
  install -Dm66 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
  install -Dm66 -t "$pkgdir/usr/share/doc/$pkgname/" README.md Specimen/*.pdf
}