ckb-next: add runit service, use SPDX for license

This commit is contained in:
Frank Steinborn 2018-07-03 21:08:36 +02:00 committed by maxice8
parent c8dd0fa664
commit dbd723f914
4 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -t ckb-next-daemon -p daemon.notice

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/ckb-next-daemon 2>&1

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec ckb-next-daemon

View file

@ -1,13 +1,17 @@
# Template file for 'ckb-next'
pkgname=ckb-next
version=0.3.0
revision=1
revision=2
build_style=cmake
hostmakedepends="qt5-devel"
makedepends="qt5-devel eudev-libudev-devel"
short_desc="Corsair RGB Driver for Linux"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/ckb-next/ckb-next"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=3ddb779181d875c53194d3d98d148f5cb27685b8200f6a788654695af9acdbf6
post_install() {
vsv ckb-next-daemon
}