gpm: Redone version of the runit service without shell hackery
This commit is contained in:
parent
d11d36f33c
commit
ec934b3de0
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec gpm -D -m /dev/input/mice -t imps2
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gpm'
|
||||
pkgname=gpm
|
||||
version=1.20.7
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool flex"
|
||||
makedepends="ncurses-devel libfl-devel"
|
||||
|
@ -26,6 +26,7 @@ post_install() {
|
|||
|
||||
vinstall ${FILESDIR}/gpm.sh 755 etc/profile.d
|
||||
vinstall ${FILESDIR}/gpm.service 644 usr/lib/systemd/system
|
||||
vsv gpm
|
||||
}
|
||||
|
||||
gpm-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue