New package: ttf-bitstream-vera-1.10

This commit is contained in:
human 2018-11-28 00:58:27 +02:00 committed by maxice8
parent 93ed4b00bc
commit 31d68b5c9d
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'ttf-bitstream-vera'
pkgname=ttf-bitstream-vera
version=1.10
revision=1
noarch=yes
depends="font-util"
short_desc="Bitstream Vera fonts"
maintainer="human <human@neet.fi>"
license="custom"
homepage="https://www.gnome.org/fonts/"
distfiles="${GNOME_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=3a84126ce11ef404d1453438e35450b9e0838220d262059e56cd8496ac6f5d15
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
vlicense COPYRIGHT.TXT
}