23 lines
656 B
Bash
23 lines
656 B
Bash
# Template file for 'font-util'
|
|
pkgname=font-util
|
|
version=1.3.3
|
|
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=e791c890779c40056ab63aaed5e031bb6e2890a98418ca09c534e6261a2eebd2
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|