archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ttf-bitstream-vera / trunk / PKGBUILD
blobc2cdb7f72fc1a7fd399274500750377a0e33db8b
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=15
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 sha256sums=('3a84126ce11ef404d1453438e35450b9e0838220d262059e56cd8496ac6f5d15')
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"