mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: ttf-bitstream-vera-1.10
This commit is contained in:
parent
93ed4b00bc
commit
31d68b5c9d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ttf-bitstream-vera/template
Normal file
19
srcpkgs/ttf-bitstream-vera/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue