1 # Maintainer vschigrin <vschigrin@gmail.com>
6 pkgdesc="A set of free public TrueType fonts with support of national alphabets Russia"
8 url="http://fonts.ru/public/"
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf-pt-mono.install
12 source=(http://www.fontstock.com/public/PTMono.zip)
13 md5sums=('c355f14ffddb92e94606fae69d61cc83')
17 install -d "$pkgdir/usr/share/fonts/TTF"
18 install -d "$pkgdir/usr/share/licenses/$pkgname"
19 install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" || return 1
20 install -m644 {'PT Free Font License_rus_1.3.txt','PT Free Font License_eng_1.3.txt'} "$pkgdir/usr/share/licenses/$pkgname/" || return 1