changeset 0:78ad965c1721 draft

Uploaded
author petrn
date Fri, 20 Dec 2019 14:16:09 +0000
parents
children 54af8d4bb08e
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Dec 20 14:16:09 2019 +0000
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="repex_tarean" version="1.0">
+        <install version="1.0">
+          <actions>
+            <action type="shell_commmand">git clone https://petrnovak@bitbucket.org/petrnovak/repex_tarean.git </action>
+            <action type="shell_commmand">make</action>
+              <action type="set_environment">
+                <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
+              </action>
+          </actions>
+        </install>
+        <readme>
+          REPEX databases and scripts
+        </readme>
+    </package>
+</tool_dependency>