comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:b53a97d0d54c
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="csa" version="0.1">
4 <install version="1.0">
5 <actions>
6 <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.git</action>
7 <action type="shell_command">make</action>
8 <action type="move_file">
9 <source>csa</source>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 </action>
15 </actions>
16 </install>
17 <readme>Compiling csa requires a C++ compiler</readme>
18 </package>
19 </tool_dependency>