changeset 0:3cf58d60353e draft default tip

Uploaded
author slegras
date Sun, 27 Sep 2015 15:50:54 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Sep 27 15:50:54 2015 -0400
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="sickle" version="1.33">
+        <install version="1.0">
+            <actions_group>
+                <actions>
+                    <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
+                    <action type="shell_command">make</action>
+                    <action type="move_file">
+                        <source>sickle</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>
+            </actions_group>
+        </install>
+    </package>
+</tool_dependency>