1 # Contributor: Alex Suykov <axs@ukr.net>
6 pkgdesc="Unicode TT font with extensive glyph coverage"
8 url="http://www.code2000.net"
9 license=('custom:Shareware')
10 depends=('fontconfig' 'xorg-fonts-encodings')
13 source=(http://code2000.net/CODE2000.ZIP)
14 md5sums=('1fa4e4b61d7ac0980b038e9260667a77')
17 install -D -m644 CODE2000.TTF "$pkgdir/usr/share/fonts/TTF/Code2000.ttf" || return 1
18 install -D -m644 CODE2000.HTM "$pkgdir/usr/share/licenses/ttf-code2000/Code2000.html" || return 1