void-packages/srcpkgs/font-dec-misc/template

21 lines
590 B
Bash

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