summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..95f424800c69
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-wq-git
+ pkgdesc = This is a simple work queue written in python
+ pkgver = v0.1.0.r157.653a758
+ pkgrel = 1
+ url = https://github.com/esheldon/wq.git
+ arch = any
+ license = GPL
+ makedepends = git
+ makedepends = python
+ makedepends = python2
+ source = python-wq-git::git+https://github.com/esheldon/wq.git
+ md5sums = SKIP
+
+pkgname = python-wq-git
+ depends = python
+
+pkgname = python2-wq-git
+ depends = python2
+ depends = python
+