16 lines
661 B
Bash
16 lines
661 B
Bash
# Template file for 'xdotool'
|
|
pkgname=xdotool
|
|
version=3.20150503.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="libXtst-devel libXinerama-devel libxkbcommon-devel"
|
|
make_build_target="all static"
|
|
make_install_args="INSTALLMAN=$DESTDIR/usr/share/man"
|
|
make_install_target="install-static installman"
|
|
short_desc="Command-line X11 automation tool"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="BSD"
|
|
homepage="https://github.com/jordansissel/xdotool"
|
|
distfiles="https://github.com/jordansissel/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf
|