view tool_dependencies.xml @ 0:c309b48fed5d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_swarm_2_1_5 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
author iuc
date Tue, 22 Dec 2015 19:42:14 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="swarm" version="2.1.5">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url" sha256sum="ba9b937a0bb526df15a554b586ab5f59cc9d9523837a3276499cc4d957c3f59c">https://github.com/torognes/swarm/releases/download/v2.1.5/swarm-2.1.5-linux-x86_64</action>

                    <action type="move_file" rename_to="swarm">
                        <source>swarm-2.1.5-linux-x86_64</source>
                        <destination>$INSTALL_DIR/bin</destination>
                    </action>
                </actions>

                <actions architecture="x86_64" os="darwin">
                    <action type="download_by_url" sha256sum="de4678fc25b7af6833dfa59130bd2c6c83c93d2487379b61432f135990a1c0a9">https://github.com/torognes/swarm/releases/download/v2.1.5/swarm-2.1.5-osx-x86_64</action>

                    <action type="move_file" rename_to="swarm">
                        <source>swarm-2.1.5-osx-x86_64</source>
                        <destination>$INSTALL_DIR/bin</destination>
                    </action>
                </actions>

                <action type="chmod">
                    <file mode="755">$INSTALL_DIR/bin/swarm</file>
                </action>

                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
                </action>
            </actions_group>
        </install>
    </package>
</tool_dependency>