22 lines
759 B
Bash
22 lines
759 B
Bash
# Template file for 'alienfx'
|
|
pkgname=alienfx
|
|
version=2.4.3
|
|
revision=1
|
|
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=44cda16a00f8396043173fd939693a3a593811cf67c350b7035293b7d635c339
|
|
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
|
|
}
|