void-packages/srcpkgs/fonts-croscore-ttf/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

22 lines
754 B
Bash

# Template build file for 'fonts-croscore-ttf'.
pkgname=fonts-croscore-ttf
version=1.23.0
revision=2
wrksrc="croscorefonts-${version}"
makedepends="font-util xbps-triggers"
depends="${makedepends}"
noarch="yes"
font_dirs="/usr/share/fonts/TTF"
short_desc="TrueType fonts Arimo, Cousine, Tinos and SymbolNeu from Google"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
license="Apache-2.0"
homepage="http://www.google.com/fonts/"
distfiles="http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-${version}.tar.gz"
checksum=b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c
conflicts="google-fonts-ttf-git>=0"
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
}