archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ttf-bitstream-vera / trunk / PKGBUILD
blobf950b69390fb5214206b3df078deac0e6998cfe7
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
6 pkgver=1.10
7 pkgrel=14
8 pkgdesc="Bitstream Vera fonts."
9 arch=('any')
10 license=('custom')
11 url='https://www-old.gnome.org/fonts/'
12 provides=('ttf-font')
13 source=("https://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('52559ed969e74f5fca83e527163156df')
16 package() {
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"