# Maintainer: Daniel Araujo pkgname='click4ever' pkgver='1.0.2' pkgrel='1' pkgdesc='An auto clicker for Linux running X11. This program will generate potentially thousands of clicks per second at where your mouse cursor is.' url='https://github.com/daniel-araujo/click4ever' arch=('x86_64') license=('GPL3') depends=('xdotool') makedepends=('git' 'autoconf') source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.0.2") md5sums=('SKIP') build() { cd click4ever autoreconf -i ./configure --prefix=/usr make } package() { cd click4ever make DESTDIR="$pkgdir/" install }