diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template new file mode 100644 index 00000000000..2432bb1daef --- /dev/null +++ b/srcpkgs/alienfx/template @@ -0,0 +1,21 @@ +# 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 " +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 +}