view tool_dependencies.xml @ 0:0714d88bd854 draft default tip

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:42 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="grabix" version="0.1.3">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
                <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>grabix</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Compiling grabix requires a recent C++ compiler (typically g++).
            grabix will be available in $PATH and under $GRABIX_ROOT.
            https://github.com/arq5x/grabix
        </readme>
    </package>
</tool_dependency>