void-packages/srcpkgs/font-util/template

23 lines
656 B
Bash

# Template file for 'font-util'
pkgname=font-util
version=1.4.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf"
#
# These aren't really required, but this is to centralize the
# requirement of dependent packages.
#
depends="font-alias expat freetype fontconfig mkfontscale"
short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.xz"
checksum=9f724bf940128c7e39f7252bd961cd38cfac2359de2100a8bed696bf40d40f7d
lib32disabled=yes
post_install() {
vlicense COPYING
}