Mercurial > repos > chrisd > testing
view tool_dependencies.xml @ 3:bfd0aeb6030a draft default tip
planemo upload for repository https://github.com/ChrisD11/Tools commit bf66a04a6b57ac86f2bd4794d3460698f4cbb8b7
author | chrisd |
---|---|
date | Mon, 22 Feb 2016 05:35:59 -0500 |
parents | 20e03d65fc25 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="csa" version="0.1"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.git</action> <action type="shell_command">make</action> <action type="move_file"> <source>csa</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> </install> <readme>Compiling csa requires a C++ compiler</readme> </package> </tool_dependency>