void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 081a021aa6c3d0ae9e5c9d87611b0bf49520c6f0
parent dc3b8a616f71e553a6c04a7349b0da57bdbde203
Author: Dash Eclipse <dash@ezup.dev>
Date:   Tue, 21 Jul 2020 13:30:15 +0000

New Package: ydotool

Diffstat:
MREADME | 1+
Mcommon/shlibs | 2++
Asrcpkgs/ydotool/template | 14++++++++++++++
3 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -11,3 +11,4 @@ Dash Eclipse's Void Linux Repository slock scrollback, scrollback-mouse, nordtheme * trojan * wterm * +* ydotool diff --git a/common/shlibs b/common/shlibs @@ -3979,3 +3979,5 @@ libtexluajit.so.2 texlive-LuaTeX-20200406_1 libtexlua53.so.5 texlive-LuaTeX-20200406_1 libptexenc.so.1 texlive-20200406_1 libdolphinvcs.so.5 dolphin-20.04.3_1 + +libydotool.so ydotool-0.1.8_1 diff --git a/srcpkgs/ydotool/template b/srcpkgs/ydotool/template @@ -0,0 +1,14 @@ +# Template file for 'ydotool' +pkgname=ydotool +version=0.1.8 +revision=1 +wrksrc="${pkgname}-${version}" +build_style="cmake" +makedepends="boost-devel libevdevPlus-devel libuInputPlus-devel" +short_desc="Generic command-line automation tool (no X!), works on Wayland" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="MIT" +homepage="https://github.com/ReimuNotMoe/ydotool" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=6ebc4ede0a11aa7ced6b52637a4a59cc1528b4c5ed54478d38f0248a40b40a07 +shlib_provides="libydotool.so"