New package: spacenavd-1.2-1

This commit is contained in:
Alexandru Barbur 2023-07-09 21:19:06 -04:00 committed by classabbyamp
parent fde84c5ed2
commit 83c2d7a263
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
exec spacenavd -d

View file

@ -0,0 +1,19 @@
# Template file for 'spacenavd'
pkgname=spacenavd
version=1.2
revision=1
build_style=gnu-configure
makedepends="libX11-devel libXtst-devel"
short_desc="Userspace driver for 6-dof input devices"
maintainer="Alexandru Barbur <alex@ctrlc.name>"
license="GPL-3.0-or-later"
homepage="http://spacenav.sourceforge.net"
changelog="https://github.com/FreeSpacenav/spacenavd/releases"
distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
checksum="4b4096908f842f697a6410a5a873ff4927bd24bd041b6d60b111e90da1178840"
conf_files="/etc/spnavrc"
post_install() {
vconf doc/example-spnavrc spnavrc
vsv spacenavd
}