summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 014233e86f38d7f6720cb303616f8854ed0823f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=otf-alegreya-sans
pkgver=2.008
pkgrel=1
pkgdesc='Humanist sans serif family with a calligraphic feeling.'
arch=('any')
url='http://www.huertatipografica.com/en/fonts/alegreya-sans-ht'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
source=('alegreya-sans-ht-full-pack-otf.zip::http://www.huertatipografica.com/free_download/23')
sha256sums=('ab6b1360e8040e62ca94779f391998f93dc15afcb3e4651440f192f3e42f2a52')

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