1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
8 pkgdesc="Free version of OCR-friendly sans-serif monospace TTF font described in 'ISO 1073-1:1976' , 'ANSI X3.4-1977. X3.4' and 'DIN 66008' standarts"
11 url="http://en.wikipedia.org/wiki/OCR-A_font"
12 optdepends=('gocr' 'ocra')
14 source=("OCR-A-10.ttf")
15 md5sums=('f210e903e883f8be74b911d52cbf06c5')
18 mkdir -p ${pkgdir}/usr/share/fonts/TTF/ || return 1
19 cp ${srcdir}/OCR-A-10.ttf ${pkgdir}/usr/share/fonts/TTF/ || return 1