void-packages/srcpkgs/liberation-fonts-ttf/template
2021-03-07 23:54:50 -03:00

30 lines
1.1 KiB
Bash

# Template file for 'liberation-fonts-ttf'
pkgname=liberation-fonts-ttf
version=2.1.3
revision=1
wrksrc=${pkgname%-*}-${version}
build_style=gnu-makefile
hostmakedepends="fontforge fonttools"
depends="font-util"
short_desc="TrueType fonts from RedHat"
maintainer="Orphaned <orphan@voidlinux.org>"
license="OFL-1.1"
homepage="https://github.com/liberationfonts/liberation-fonts"
changelog="https://raw.githubusercontent.com/liberationfonts/liberation-fonts/devel/ChangeLog"
distfiles="https://github.com/liberationfonts/liberation-fonts/archive/${version}.tar.gz"
checksum=53ec96f3bb0f54f5524c0bc18be76408ebb3a78134cfcb7c25d9d2c8fb5b78c6
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 ${pkgname}-${version}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
# install fontconfig files
vinstall ${FILESDIR}/30-0-liberation-mono.conf 644 \
etc/fonts/conf.avail 30-${pkgname}-mono.conf
vinstall ${FILESDIR}/30-0-liberation-sans.conf 644 \
etc/fonts/conf.avail 30-${pkgname}-sans.conf
vinstall ${FILESDIR}/30-0-liberation-serif.conf 644 \
etc/fonts/conf.avail 30-${pkgname}-serif.conf
}