21 lines
713 B
Bash
21 lines
713 B
Bash
# Template file for 'alienfx'
|
|
pkgname=alienfx
|
|
version=2.3.4
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="alienfx"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-usb python3-cairo python3-gobject python3-setuptools
|
|
python3-future"
|
|
short_desc="Control the lighting effects of Alienware computers"
|
|
maintainer="Andrew Benson <abenson@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/trackmastersteve/alienfx"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d3868709796f3ec582fc1a7b634258a49f04c6db81d2852b4cfa965ac7c7a608
|
|
|
|
post_install() {
|
|
vmkdir usr/lib/udev/rules.d
|
|
vinstall alienfx/data/etc/udev/rules.d/10-alienfx.rules 0644 usr/lib/udev/rules.d
|
|
}
|