summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Göransson2016-02-25 10:24:06 +0100
committerDavid Göransson2016-02-25 10:24:06 +0100
commitd8cebca745cfcfbd0aedada6c594a88c6297bf65 (patch)
treeb523d3ea996f97ccf4b8b860e11c5af10e831bd5
downloadaur-d8cebca745cfcfbd0aedada6c594a88c6297bf65.tar.gz
Initial commit
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD28
-rw-r--r--lifx-cli-git-v1.1.r0.g7c935ca-1-any.pkg.tar.xzbin0 -> 18776 bytes
3 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9096b86b47a1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Feb 25 09:23:37 UTC 2016
+pkgbase = lifx-cli-git
+ pkgdesc = Command line interface for LIFX light bulbs written in Python 2.7
+ pkgver = v1.1.r0.g7c935ca
+ pkgrel = 1
+ url = https://github.com/Rawa/rawa-cli
+ arch = any
+ license = MIT
+ depends = python
+ depends = python-pycurl
+ depends = python-urllib3
+ source = lifx-cli::git+https://github.com/Rawa/lifx-cli.git
+ md5sums = SKIP
+
+pkgname = lifx-cli-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..03d5c94c12a5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: David Göransson <david.goransson90@gmail.com>
+
+pkgname=lifx-cli-git
+_pkgname="lifx-cli"
+pkgver=v1.1.r0.g7c935ca
+pkgrel=1
+pkgdesc="Command line interface for LIFX light bulbs written in Python 2.7"
+arch=(any)
+url="https://github.com/Rawa/rawa-cli"
+license=('MIT')
+depends=(
+ 'python'
+ 'python-pycurl'
+ 'python-urllib3'
+)
+conflicts=('')
+source=("${_pkgname}::git+https://github.com/Rawa/lifx-cli.git")
+md5sums=('SKIP')
+
+pkgver() {
+ cd "$_pkgname"
+ git describe --long --tags | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+ cd "$srcdir/${_pkgname}"
+ python setup.py install --root="$pkgdir/"
+}
diff --git a/lifx-cli-git-v1.1.r0.g7c935ca-1-any.pkg.tar.xz b/lifx-cli-git-v1.1.r0.g7c935ca-1-any.pkg.tar.xz
new file mode 100644
index 000000000000..59e98d46c552
--- /dev/null
+++ b/lifx-cli-git-v1.1.r0.g7c935ca-1-any.pkg.tar.xz
Binary files differ