vp-build/srcpkgs/font-bh-ttf/template

23 lines
629 B
Bash

# Template file for 'font-bh-ttf'
pkgname=font-bh-ttf
version=1.0.3
revision=5
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/TTF"
short_desc="Standard Bigelow and Holmes TrueType fonts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
post_install() {
vlicense COPYING
vlicense COPYRIGHT.BH
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}