xdotool: cleanup.
This commit is contained in:
parent
035658ced3
commit
d3a3b9c278
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'xdotool'
|
||||
pkgname=xdotool
|
||||
version=3.20160805.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libXtst-devel libXinerama-devel libxkbcommon-devel"
|
||||
make_build_target="all"
|
||||
make_install_args="INSTALLMAN=$DESTDIR/usr/share/man"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libXtst-devel libXinerama-devel libxkbcommon-devel"
|
||||
short_desc="Command-line X11 automation tool"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jordansissel/xdotool"
|
||||
distfiles="https://github.com/jordansissel/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a
|
||||
|
|
Loading…
Reference in a new issue