aboutsummaryrefslogtreecommitdiff
path: root/d2to1/d2to1.ini
diff options
context:
space:
mode:
Diffstat (limited to 'd2to1/d2to1.ini')
-rw-r--r--d2to1/d2to1.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini
new file mode 100644
index 0000000..911684f
--- /dev/null
+++ b/d2to1/d2to1.ini
@@ -0,0 +1,42 @@
+[cbc_cgi]
+local_server: true
+local_port: 8888
+local_sources: /srv/conda/sources
+protocol: http
+url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port}
+
+[package]
+name: d2to1
+version: 0.2.11
+
+[about]
+home: https://github.com/embray/${package:name}
+license: GPL
+summary: ${package:name} is an automatic renice daemon.
+#readme: README.md
+
+[source]
+#fn: ${package:name}-${package:version}.tar.gz
+#url: ${cbc_cgi:url}/${fn}
+git_url: https://github.com/embray/d2to1.git
+
+[build]
+number: 1
+
+[requirements]
+build:
+ argparse [py26]
+ setuptools
+ python
+run:
+ argparse [py26]
+ python
+
+
+[cbc_build]
+linux:
+ python setup.py install || exit 1
+
+windows:
+ python setup.py install
+ if errorlevel 1 exit 1 \ No newline at end of file