view tool_dependencies.xml @ 0:3cf58d60353e draft default tip

Uploaded
author slegras
date Sun, 27 Sep 2015 15:50:54 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="sickle" version="1.33">
        <install version="1.0">
            <actions_group>
                <actions>
                    <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
                    <action type="shell_command">make</action>
                    <action type="move_file">
                        <source>sickle</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>
            </actions_group>
        </install>
    </package>
</tool_dependency>