diff tool_dependencies.xml @ 0:b53a97d0d54c draft

planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
author chrisd
date Mon, 22 Feb 2016 22:31:34 -0500
parents
children 17bce2f348b6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Feb 22 22:31:34 2016 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="csa" version="0.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.git</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>csa</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling csa requires a C++ compiler</readme>
+    </package>
+</tool_dependency>