New package: ckb-next-0.2.8
This commit is contained in:
parent
b402abb0ca
commit
e20fc080f9
2 changed files with 28 additions and 0 deletions
2
srcpkgs/ckb-next/files/ckb/run
Normal file
2
srcpkgs/ckb-next/files/ckb/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec ckb-daemon
|
26
srcpkgs/ckb-next/template
Normal file
26
srcpkgs/ckb-next/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'ckb'
|
||||||
|
pkgname=ckb-next
|
||||||
|
version=0.2.8
|
||||||
|
revision=1
|
||||||
|
build_style=qmake
|
||||||
|
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"
|
||||||
|
homepage="https://github.com/mattanger/ckb-next"
|
||||||
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
|
checksum=709eab70088fbd243d5ce9463eea799440f3b8679051d41123d99b25bdf37171
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin bin/ckb
|
||||||
|
vbin bin/ckb-daemon
|
||||||
|
|
||||||
|
vmkdir usr/lib/ckb-animations
|
||||||
|
vcopy bin/ckb-animations/* usr/lib/ckb-animations
|
||||||
|
|
||||||
|
vinstall usr/ckb.png 644 usr/share/icons/hicolor/512x512/apps
|
||||||
|
vinstall usr/ckb.desktop 644 usr/share/applications
|
||||||
|
|
||||||
|
vsv ckb
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue