From 1d77b08d11a459598975cd73a1c9539849c0d815 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 15 Sep 2022 23:44:18 +0100 Subject: Auto updated packages --- repo/xdotool/xdotool.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/xdotool/xdotool.xibuild (limited to 'repo/xdotool') diff --git a/repo/xdotool/xdotool.xibuild b/repo/xdotool/xdotool.xibuild new file mode 100644 index 0000000..cff6f10 --- /dev/null +++ b/repo/xdotool/xdotool.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +NAME="xdotool" +DESC="Simulate keyboard/mouse input" + +MAKEDEPS=" libxtst libxinerama libxkbcommon libx11 perl" + +PKG_VER=3.20211022.1 +SOURCE="https://github.com/jordansissel/xdotool/archive/v$PKG_VER.tar.gz" + +build() { + make WITHOUT_RPATH_FIX=1 +} + +package() { + make DESTDIR="$PKG_DEST" PREFIX=/usr INSTALLMAN=/usr/share/man install +} + -- cgit v1.2.1