mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
ckb-next: add runit service, use SPDX for license
This commit is contained in:
parent
c8dd0fa664
commit
dbd723f914
4 changed files with 10 additions and 4 deletions
2
srcpkgs/ckb-next/files/ckb-next-daemon/log/run
Normal file
2
srcpkgs/ckb-next/files/ckb-next-daemon/log/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec logger -t ckb-next-daemon -p daemon.notice
|
2
srcpkgs/ckb-next/files/ckb-next-daemon/run
Normal file
2
srcpkgs/ckb-next/files/ckb-next-daemon/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec /usr/bin/ckb-next-daemon 2>&1
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec ckb-next-daemon
|
|
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'ckb-next'
|
# Template file for 'ckb-next'
|
||||||
pkgname=ckb-next
|
pkgname=ckb-next
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt5-devel"
|
hostmakedepends="qt5-devel"
|
||||||
makedepends="qt5-devel eudev-libudev-devel"
|
makedepends="qt5-devel eudev-libudev-devel"
|
||||||
short_desc="Corsair RGB Driver for Linux"
|
short_desc="Corsair RGB Driver for Linux"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/ckb-next/ckb-next"
|
homepage="https://github.com/ckb-next/ckb-next"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=3ddb779181d875c53194d3d98d148f5cb27685b8200f6a788654695af9acdbf6
|
checksum=3ddb779181d875c53194d3d98d148f5cb27685b8200f6a788654695af9acdbf6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv ckb-next-daemon
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue