diff options
author | davidovski <david@davidovski.xyz> | 2022-09-15 23:44:18 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-09-15 23:44:18 +0100 |
commit | 1d77b08d11a459598975cd73a1c9539849c0d815 (patch) | |
tree | bbf56956692a6598e6da1c9c8cacb380706578c2 /repo/xdotool | |
parent | 24998e21676efbd0801bb9a56d167eaf273d44d7 (diff) |
Auto updated packages
Diffstat (limited to 'repo/xdotool')
-rw-r--r-- | repo/xdotool/xdotool.xibuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} + |