1 # Maintainer: nexus7 <minsukim at gmx dot net>
6 pkgdesc="Truetype font with dice game symbols by Martin Vogel."
8 url="http://www.marvosym.de/marvalea.html"
9 license=("CC BY-NC-SA 2.5")
10 depends=('fontconfig' 'xorg-font-utils')
11 install=${pkgname}.install
12 source=('http://www.marvosym.de/MarVAlea.ttf')
13 md5sums=('60565c469a3fd3786f3af4f2411527b1')
17 install -m755 -d "${pkgdir}/usr/share/fonts/TTF"
18 install -m644 ./*.ttf "${pkgdir}/usr/share/fonts/TTF/"