🔒 Repository is read-only – file editing is disabled.

recipes/gui/xdotool/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: xdotool
pkgver: '4.20260303.1'
pkgrel: '1'
pkgdesc: 'Command-line X11 automation tool'
url: 'www.semicomplete.com/projects/xdotool/'
arch: x86_64
depends: []
makedepends:
- 'xorg-libxtst'
- 'xorg-libxinerama'
- libxkbcommon

source:
- 'https://github.com/jordansissel/xdotool/archive/refs/tags/v${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ./${pkgname}-${pkgver}
  make PREFIX=${PKGDIR}/usr INSTALLMAN=${PKGDIR}/usr/share/man install
  chmod -x ${PKGDIR}/usr/include/xdo.h

package: |
  true