summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 80dd6320ab1975c6c46646272da6797649a27c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=otf-alegreya
pkgver=1.003
pkgrel=3
pkgdesc="Alegreya fonts"
arch=('any')
depends=('fontconfig' 'xorg-font-utils')
url='http://www.fontsquirrel.com/fonts/alegreya'
source=("http://www.fontsquirrel.com/fonts/download/alegreya")
md5sums=('SKIP')
conflicts=('otf-google-fonts-hg')
install=$pkgname.install
license=('custom')

package() {
  install -d "$pkgdir/usr/share/fonts/OTF"
  cp -dpr --no-preserve=ownership "$srcdir"/*.otf \
     "$pkgdir/usr/share/fonts/OTF/"
  install -Dm644 "$srcdir/SIL Open Font License.txt" \
	  "$pkgdir/usr/share/licenses/$pkgname/SIL_Open_Font_License.txt"
}