21 lines
729 B
Bash
21 lines
729 B
Bash
# Template file for 'ckb-next'
|
|
pkgname=ckb-next
|
|
version=0.4.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DDISABLE_UPDATER=1 -DUDEV_RULE_DIRECTORY=/usr/lib/udev/rules.d"
|
|
hostmakedepends="qt5-devel"
|
|
makedepends="qt5-devel quazip-qt5-devel eudev-libudev-devel $(vopt_if pulseaudio pulseaudio-devel)"
|
|
short_desc="Corsair RGB Driver for Linux"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/ckb-next/ckb-next"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=373e7cc5bb2b894f4ef7e1c9d76f463842d4f389dfe4717e9beb39662a185351
|
|
build_options="pulseaudio"
|
|
desc_option_pulseaudio="Enable support for music visualizer animation"
|
|
|
|
post_install() {
|
|
vsv ckb-next-daemon
|
|
}
|