summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 65bcb4a6e14009bc01fac3c60be08fc8a2d1bca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Ayatale  <ayatale@qq.com>

pkgname=ttf-hymmnos-ar
pkgver=1.0.1
pkgrel=1
pkgdesc="Hymmnos and Ar-ciela fonts from the Ar Tonelico Series"
arch=('any')
url="http://hymmnoserver.uguu.ca/"
license=('custom')
depends=('fontconfig' 'xorg-fonts-encodings')
source=('hymmnos.ttf' 'ar-ciela_compartment.ttf')
md5sums=('a1c83206ddc8bea62b9c917fb66d9579' '6b3aecd0c365cfbc58b613747bc254b9')

package() {
  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" hymmnos.ttf
  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" ar-ciela_compartment.ttf
}