void-packages/srcpkgs/xcursorgen/template

18 lines
522 B
Bash

# Template file for 'xcursorgen'
pkgname=xcursorgen
version=1.0.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXcursor-devel libXrender-devel libXfixes-devel libpng-devel"
short_desc="X cursor generator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.gz"
checksum=b8bb2756918343b8bc15a4ce875e9efb6c4e7777adba088280e53dd09753b6ac
post_install() {
vlicense COPYING
}