void-packages/srcpkgs/ttf-ubuntu-font-family/template
2015-07-31 14:46:43 +02:00

22 lines
707 B
Bash

# Template file for 'ttf-ubuntu-font-family'
pkgname=ttf-ubuntu-font-family
version=0.80
revision=1
wrksrc=ubuntu-font-family-$version
noarch=yes
hostmakedepends="unzip"
depends="font-util"
font_dirs="/usr/share/fonts/TTF"
short_desc="Ubuntu font family"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="custom"
homepage="http://font.ubuntu.com/"
distfiles="http://font.ubuntu.com/download/ubuntu-font-family-$version.zip"
checksum=107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 Ubuntu-{L,R,B,C}*.ttf ${DESTDIR}/usr/share/fonts/TTF
install -m644 UbuntuMono-*.ttf ${DESTDIR}/usr/share/fonts/TTF
vlicense LICENCE.txt
}