21 lines
759 B
Bash
21 lines
759 B
Bash
# Template file for 'alienfx'
|
|
pkgname=alienfx
|
|
version=2.3.5
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-usb python3-cairo python3-gobject python3-setuptools
|
|
python3-future"
|
|
checkdepends="python3-pytest python3-pluggy"
|
|
short_desc="Control the lighting effects of Alienware computers"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/trackmastersteve/alienfx"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=46b89e090c5ee8661f1f1570234e4b9c505e64e9a391ddafbaca0090692471b5
|
|
make_check=no # There are no tests.
|
|
|
|
post_install() {
|
|
vmkdir usr/lib/udev/rules.d
|
|
vinstall alienfx/data/etc/udev/rules.d/10-alienfx.rules 0644 usr/lib/udev/rules.d
|
|
}
|