# Description: xdotool type for Wayland # URL: https://github.com/atx/wtype/blob/master/meson.build # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: libxkbcommon wayland name=wtype version=0.4 release=1 source=(https://github.com/atx/${name}/archive/refs/tags/v${version}.tar.gz) build() { cd ${name}-${version} meson build --prefix=/usr ninja -C build DESTDIR=${PKG} meson install -C build }