void-packages/srcpkgs/cantarell-fonts/template

23 lines
797 B
Bash
Raw Normal View History

# Template file for 'cantarell-fonts'
pkgname=cantarell-fonts
2016-01-22 23:01:21 +00:00
version=0.0.21
2015-10-05 06:36:25 +00:00
revision=1
2014-11-07 19:47:59 +00:00
noarch=yes
build_style=gnu-configure
2016-01-22 23:01:21 +00:00
configure_args="--with-configdir=/etc/fonts/conf.avail"
hostmakedepends="pkg-config"
2015-05-15 07:25:46 +00:00
depends="fontconfig"
short_desc="Cantarell family of TrueType fonts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2016-01-22 23:01:21 +00:00
homepage="https://wiki.gnome.org/Projects/CantarellFonts"
license="OFL-1.1"
2012-06-12 15:00:40 +00:00
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
2016-01-22 23:01:21 +00:00
checksum=2d3e925574648f0902c61975f84acac445ee9cda826280644bdf772960b46e85
2012-03-27 05:25:29 +00:00
post_install() {
vmkdir etc/fonts/conf.d
ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
2013-01-29 09:33:14 +00:00
vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
}