makedepends=(xorg-libxtst xorg-libxinerama libxkbcommon)
run=()

description="Command-line X11 automation tool"
url="http://www.semicomplete.com/projects/xdotool/"
packager="Great-OS Team"

name=xdotool
version=4.20260303.1
release=1

source=(https://github.com/jordansissel/xdotool/archive/refs/tags/v${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
}
