vp-build/srcpkgs/alienfx/template

22 lines
759 B
Bash

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