comparison PKGBUILD @ 3:6bd6e467bb66

Add ipython as an optional dependency
author Louis Opter <kalessin@kalessin.fr>
date Sat, 05 Sep 2015 23:21:02 -0700
parents 9b9f36cf500c
children 5cc2087b8737
comparison
equal deleted inserted replaced
2:9b9f36cf500c 3:6bd6e467bb66
1 # Maintainer: Louis Opter <kalessin@kalessin.fr> 1 # Maintainer: Louis Opter <kalessin@kalessin.fr>
2 2
3 pkgname=lightsd 3 pkgname=lightsd
4 pkgver=0.9.1 4 pkgver=0.9.1
5 pkgrel=3 5 pkgrel=4
6 epoch=1 6 epoch=1
7 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API" 7 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
8 arch=("i686" "x86_64") 8 arch=("i686" "x86_64")
9 url="https://www.github.com/lopter/lightsd/" 9 url="https://www.github.com/lopter/lightsd/"
10 license=("GPL3") 10 license=("GPL3")
11 depends=("libevent>=2.0.19" "libbsd>=0.5.0") 11 depends=("libevent>=2.0.19" "libbsd>=0.5.0")
12 optdepends=("python: to run the interactive lightsc.py example client") 12 optdepends=(
13 "python: to run the interactive lightsc.py example client"
14 "ipython: makes lightsc.py more user-friendly"
15 )
13 makedepends=("cmake>=2.8.11") 16 makedepends=("cmake>=2.8.11")
14 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz") 17 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz")
15 sha256sums=("72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6") 18 sha256sums=("72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6")
16 19
17 build() { 20 build() {