From 8da69119de8aa40926bb3c4dfffcd0cdd57a4909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Veli=C4=8Dka?= Date: Sun, 4 Oct 2020 17:44:37 +0200 Subject: [PATCH] New package: ydotool-0.1.8 --- srcpkgs/ydotool/files/ydotoold/run | 2 ++ srcpkgs/ydotool/template | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 srcpkgs/ydotool/files/ydotoold/run create mode 100644 srcpkgs/ydotool/template diff --git a/srcpkgs/ydotool/files/ydotoold/run b/srcpkgs/ydotool/files/ydotoold/run new file mode 100755 index 00000000000..23130244d62 --- /dev/null +++ b/srcpkgs/ydotool/files/ydotoold/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/ydotoold diff --git a/srcpkgs/ydotool/template b/srcpkgs/ydotool/template new file mode 100644 index 00000000000..de34da9e66c --- /dev/null +++ b/srcpkgs/ydotool/template @@ -0,0 +1,16 @@ +# Template file for 'ydotool' +pkgname=ydotool +version=0.1.8 +revision=1 +build_style=cmake +makedepends="libuInputPlus-devel libevdevPlus-devel boost-devel" +short_desc="Generic Linux command-line automation tool (no X!)" +maintainer="Petr Velička " +license="MIT" +homepage="https://github.com/ReimuNotMoe/ydotool" +distfiles="https://github.com/ReimuNotMoe/${pkgname}/archive/v${version}.tar.gz" +checksum=6ebc4ede0a11aa7ced6b52637a4a59cc1528b4c5ed54478d38f0248a40b40a07 +post_install() { + vlicense LICENSE + vsv ydotoold +}