void-packages/srcpkgs/font-adobe-utopia-100dpi/template

21 lines
611 B
Bash

# Template file for 'font-adobe-utopia-100dpi'
pkgname=font-adobe-utopia-100dpi
version=1.0.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
short_desc="100dpi Adobe Utopia PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
checksum=1a67e926dc13e46181ad6106dc0cdc4d1767500865444709dc28e9262a640f4f
font_dirs="/usr/share/fonts/X11/100dpi"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}