view tool_dependencies.xml @ 3:2abae39582d3 draft

planemo upload for repository https://github.com/ChrisD11/csa_dep commit 6233f7759851b38b542580c85ffa1cbaea1b3b3c-dirty
author chrisd
date Wed, 24 Feb 2016 14:27:51 -0500
parents b53a97d0d54c
children 17bce2f348b6
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>