Mercurial > repos > simon-gladman > package_snippy_2_6
diff tool_dependencies.xml @ 0:7ae49fe1c5ef draft
planemo upload commit c44a8ddf2fc82900fa32d33327af8ac85bc40e89
| author | simon-gladman |
|---|---|
| date | Tue, 07 Jul 2015 20:37:04 -0400 |
| parents | |
| children | 23f2ed3af4cd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Jul 07 20:37:04 2015 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="package_snippy_2_6" version="2.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/tseemann/snippy/archive/v2.6.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>
