description="Command-line X11 automation tool" url="www.semicomplete.com/projects/xdotool/" packager="spiky " contributors="Greg,Tnut" name=xdotool version=3.20211022.1 makedepends=(xorg-libxtst xorg-libxinerama libxkbcommon) source=(https://github.com/jordansissel/xdotool/releases/download/v$version/$name-$version.tar.gz) build() { cd $SRC/$name-$version make PREFIX=$PKG/usr INSTALLMAN=$PKG/usr/share/man install chmod -x $PKG/usr/include/xdo.h }