mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
19 lines
640 B
Bash
19 lines
640 B
Bash
# Template file for 'spacenavd'
|
|
pkgname=spacenavd
|
|
version=1.3.1
|
|
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="f31d03fd683c514eeb4f5901bc6adeb85f9742ce479edf3a5ad09a3b2e1a2ac8"
|
|
conf_files="/etc/spnavrc"
|
|
|
|
post_install() {
|
|
vconf doc/example-spnavrc spnavrc
|
|
vsv spacenavd
|
|
}
|