23 lines
675 B
Bash
23 lines
675 B
Bash
# Template file for 'font-util'
|
|
pkgname=font-util
|
|
version=1.4.1
|
|
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="https://gitlab.freedesktop.org/xorg/font/util"
|
|
distfiles="${XORG_SITE}/font/font-util-$version.tar.xz"
|
|
checksum=5c9f64123c194b150fee89049991687386e6ff36ef2af7b80ba53efaf368cc95
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|