summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 13ad4640cfb797de45d6a79aef4036cc00c9cc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=otf-alegreya-sans
pkgver=1.002
pkgrel=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Alegreya Sans is a humanist sans serif family with a calligraphic feeling that conveys a dynamic and varied rhythm.'
arch=('any')
url='http://www.huertatipografica.com/en/fonts/alegreya-sans-ht'
license=('custom:OFL')
source=('http://www.huertatipografica.com/free_download/23')
install=${pkgname}.install
md5sums=('38224ce535dbc3002c6ecb1f956576d9')

package() {
  cd ${srcdir}
  install -d ${pkgdir}/usr/share/fonts/OTF/
  install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF/
  install -D -m644 LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}