void-packages/srcpkgs/xeyes/template
2017-07-11 19:49:39 +02:00

18 lines
518 B
Bash

# Template file for 'xeyes'
pkgname=xeyes
version=1.1.1
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXmu-devel libXt-devel libXrender-devel"
short_desc="Follow the mouse"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xeyes.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521
post_install() {
vlicense COPYING
}