comparison .SRCINFO @ 0:6d2f2e776ddc

lightsd, a daemon written in C to control LIFX wifi smart bulbs
author Louis Opter <kalessin@kalessin.fr>
date Fri, 04 Sep 2015 00:33:50 -0700
parents
children 9b9f36cf500c
comparison
equal deleted inserted replaced
-1:000000000000 0:6d2f2e776ddc
1 pkgbase = lightsd
2 pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
3 pkgver = 0.9.1
4 pkgrel = 1
5 epoch = 1
6 url = https://www.github.com/lopter/lightsd/
7 arch = i686
8 arch = x86_64
9 license = GPL3
10 makedepends = cmake>=2.8.11
11 depends = libevent>=2.0.19
12 depends = libbsd>=0.5.0
13 optdepends = python: to run the interactive lightsc.py example client
14 source = https://api.github.com/repos/lopter/lightsd/tarball/0.9.1
15 sha256sums = ef4f8056bf39c8f2c440e442f047cafce1c102e565bb007791a27f77588157c2
16
17 pkgname = lightsd
18