20 lines
671 B
Bash
20 lines
671 B
Bash
# Template build file for 'fonts-croscore-ttf'.
|
|
pkgname=fonts-croscore-ttf
|
|
version=1.31.0
|
|
revision=1
|
|
wrksrc="croscorefonts-${version}"
|
|
depends="font-util xbps-triggers"
|
|
noarch="yes"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
short_desc="TrueType fonts Arimo, Cousine, Tinos and SymbolNeu from Google"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="http://www.google.com/fonts/"
|
|
distfiles="http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-${version}.tar.bz2"
|
|
checksum=672c3487883ec1ef83d9254240d4327b014212abc823d06d15816095867315e1
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
|
|
}
|