void-packages/srcpkgs/alienfx/template
2019-12-24 12:24:23 +01:00

22 lines
713 B
Bash

# Template file for 'alienfx'
pkgname=alienfx
version=2.3.4
revision=2
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
}