220fd7cb55
[ci skip]
22 lines
748 B
Bash
22 lines
748 B
Bash
# Template file for 'ckb-next'
|
|
pkgname=ckb-next
|
|
version=0.4.2
|
|
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=75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440
|
|
build_options="pulseaudio"
|
|
desc_option_pulseaudio="Enable support for music visualizer animation"
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vsv ckb-next-daemon
|
|
}
|