summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 10e393baa4ebf7f7bbd72ac8cda650a0f34b543a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>

pkgname=uchroma
pkgver=1.0.1
pkgrel=1
pkgdesc="An advanced driver for Razer Chroma hardware in Linux"
arch=('x86_64' 'i686')
url="https://github.com/cyanogen/uchroma"
license=('LGPL3')
depends=('python' 'python-wrapt' 'python-traitlets' 'python-ruamel-yaml' 'python-scikit-image' 'python-pydbus' 'python-hsluv' 'python-hidapi-cffi' 'python-frozendict' 'python-colorlog' 'python-argcomplete' 'python-grapefruit' 'python-cffi' 'hidapi' 'python-evdev' 'python-pyudev' 'python-hidapi' 'python-gbulb' 'python-colr' 'python-dask')
makedepends=('cython' 'python-pytest-runner')
provides=()
conflicts=()
options=(!emptydirs)
install=$pkgname.install
source=("https://github.com/cyanogen/uchroma/archive/release/$pkgver.tar.gz")
sha512sums=('cdf295c9e0eb666ef89a6531c96c9bb96c3970b7f153204fba38b988ddb203f1ee3a88f964e21d62927f1ad8f93cbfacaf7094226683917a1d5508707c4a4a00')

package() {
  cd "$srcdir/$pkgname-release-$pkgver"
  make DESTDIR="$pkgdir/" install
}

# vim:set ts=2 sw=2 et: