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

21 lines
598 B
Bash

# Template file for 'font-cursor-misc'
pkgname=font-cursor-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="Standard X11 cursors in PCF format"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.gz"
checksum=37ef2363b3cfa6f5e20b65feab736db77fad484127c267b78de95d55fa39f61d
font_dirs="/usr/share/fonts/X11/misc"
post_install() {
vlicense COPYING
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}