1 # Contributor: feufochmar <feufochmar@d-20.fr>
5 pkgdesc="A calligraphic font."
7 url="http://www.dafont.com/fr/miama.font"
9 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
11 source=("http://img.dafont.com/dl/?f=miama")
15 install -D -m644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/OFL
16 mkdir -p "$pkgdir"/usr/share/fonts/OTF
17 install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
20 md5sums=('cb31fce0104b8f2d3881900a73aaad6e')