Skip to content

Commit

Permalink
New package: spacenavd-1.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlC-Root committed Jul 10, 2023
1 parent b64213f commit 6eb525b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srcpkgs/spacenavd/files/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

exec spacenavd -d
20 changes: 20 additions & 0 deletions srcpkgs/spacenavd/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'spacenavd'
pkgname=spacenavd
version=1.2
revision=1
build_style=gnu-configure
makedepends="libspnav-devel libX11-devel libXtst-devel"
depends="libspnav"
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() {
vinstall ${FILESDIR}/run 755 etc/sv/spacenavd/
vinstall doc/example-spnavrc 644 etc/ spnavrc
}

0 comments on commit 6eb525b

Please sign in to comment.