1 # Maintainer: Alexander Ovsyannikov <ovsinc@ya.ru>
6 pkgdesc="Equinox font by Matt Congreve"
8 url="http://www.dafont.com/equinox.font"
9 license=("custom: Free for personal use")
10 depends=('fontconfig')
11 install=${pkgname}.install
13 source=('http://img.dafont.com/dl/?f=equinox')
17 install -m755 -d "${pkgdir}/usr/share/fonts/OTF"
18 install -m644 ./*.otf "${pkgdir}/usr/share/fonts/OTF/"
21 md5sums=('49434b7bbb6c11216b3b3b468cc7cdd3')