1 # Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
2 # Contributor: Thayer Williams <thayer@archlinux.org>
3 # Contributor: dorphell <dorphell@archlinux.org>
5 pkgname=ttf-bitstream-vera
8 pkgdesc="Bitstream Vera fonts."
11 url='https://www-old.gnome.org/fonts/'
13 source=("https://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('52559ed969e74f5fca83e527163156df')
17 cd "${pkgname}-${pkgver}"
19 install -d "${pkgdir}"/usr/share/fonts/TTF
20 install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
21 install -Dm644 COPYRIGHT.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"