summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 636cbae92a0eb752c95379d46687c3ef165aa838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer:  Courtney Swagar <distorto@member.fsf.org>
# Contributor: Edgard Castro <castro@edgard.org>

pkgname=ttf-heuristica
pkgver=1.0.2
pkgrel=5
pkgdesc='A serif latin & cyrillic font, derived from the "Adobe Utopia" font by Apanov'
arch=('any')
url='https://sourceforge.net/projects/heuristica/'
license=('custom:SIL Open Font License v1.1')
conflicts=('otf-heuristica-ib' 'ttf-heuristica-ibx' 'ttf-heuristica-ib')
source=("https://downloads.sourceforge.net/project/heuristica/heuristica-ttf-${pkgver}.tar.xz")
sha256sums=('08bf21e44941d195dceab637c3d8e22f4b5ce8490c83993cebd85d721b92553d')

package() {
  install -dm 755 "${pkgdir}/usr/share/fonts/TTF"
  install -m 644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
  install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}