New package: alienfx-2.3.4

This commit is contained in:
Andrewb Benson 2019-12-17 20:25:15 -06:00 committed by Piraty
parent 5ce65bfa5c
commit f099eaa5dc

21
srcpkgs/alienfx/template Normal file
View file

@ -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 <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
}