Repository 'package_snippy_3_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/simon-gladman/package_snippy_3_0

Changeset 0:f8b5ebbd6121 (2016-06-05)
Next changeset 1:d23c3f138c54 (2016-06-07)
Commit message:
planemo upload commit 3f721387fdc333bef2a83020614a3acf7ed9d54c-dirty
added:
tool_dependencies.xml
b
diff -r 000000000000 -r f8b5ebbd6121 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Sun Jun 05 21:05:06 2016 -0400
b
@@ -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>