# Template file for 'taralli'
pkgname=taralli
version=0.0.0.20140628
revision=1
_commit=974d7404901a94944a7fddc6a019a87789c9c857
build_style=gnu-configure
hostmakedepends="automake"
makedepends="libXi-devel"
short_desc="Screen edge pointer wrapping for X"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/joshumax/taralli"
distfiles="https://github.com/joshumax/taralli/archive/${_commit}.tar.gz"
checksum=77f4a5e0b52b2c1e4de8e39cb77187863883d22ee049c873d57c3bc36719f84a

pre_configure() {
	# fix warnings
	sed -i '8s/.*/AM_INIT_AUTOMAKE/' configure.ac
	autoreconf -fi
}

post_install() {
	vlicense LICENSE
}
