changeset 0:f8b5ebbd6121 draft

planemo upload commit 3f721387fdc333bef2a83020614a3acf7ed9d54c-dirty
author simon-gladman
date Sun, 05 Jun 2016 21:05:06 -0400
parents
children d23c3f138c54
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Jun 05 21:05:06 2016 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="snippy" version="3.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/tseemann/snippy/archive/v3.0.tar.gz</action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR</destination_directory>
+                </action>
+                <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/snippy</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>