vp-build/srcpkgs/xcursorgen/template

18 lines
518 B
Bash

# Template file for 'xcursorgen'
pkgname=xcursorgen
version=1.0.6
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXcursor-devel libXrender-devel libXfixes-devel libpng-devel"
short_desc="X cursor generator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c
post_install() {
vlicense COPYING
}