void-packages

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

template (628B)


      1# Template file for 'ydotool'
      2pkgname=ydotool
      3version=0.1.8
      4revision=5
      5wrksrc="${pkgname}-${version}"
      6build_style="cmake"
      7makedepends="boost-devel libevdevPlus-devel libuInputPlus-devel"
      8short_desc="Generic command-line automation tool (no X!), works on Wayland"
      9maintainer="Dash Eclipse <dashezup@disroot.org>"
     10license="MIT"
     11homepage="https://github.com/ReimuNotMoe/ydotool"
     12distfiles="${homepage}/archive/v${version}.tar.gz"
     13checksum=6ebc4ede0a11aa7ced6b52637a4a59cc1528b4c5ed54478d38f0248a40b40a07
     14tags="ezup"
     15
     16post_install() {
     17	vinstall ${FILESDIR}/80-uinput.rules 644 usr/lib/udev/rules.d
     18	vsv ydotoold
     19	vlicense LICENSE
     20}