Mercurial > repos > iuc > package_swarm_2_1_5
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c309b48fed5d |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="swarm" version="2.1.5"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions architecture="x86_64" os="linux"> | |
| 7 <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> | |
| 8 | |
| 9 <action type="move_file" rename_to="swarm"> | |
| 10 <source>swarm-2.1.5-linux-x86_64</source> | |
| 11 <destination>$INSTALL_DIR/bin</destination> | |
| 12 </action> | |
| 13 </actions> | |
| 14 | |
| 15 <actions architecture="x86_64" os="darwin"> | |
| 16 <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> | |
| 17 | |
| 18 <action type="move_file" rename_to="swarm"> | |
| 19 <source>swarm-2.1.5-osx-x86_64</source> | |
| 20 <destination>$INSTALL_DIR/bin</destination> | |
| 21 </action> | |
| 22 </actions> | |
| 23 | |
| 24 <action type="chmod"> | |
| 25 <file mode="755">$INSTALL_DIR/bin/swarm</file> | |
| 26 </action> | |
| 27 | |
| 28 <action type="set_environment"> | |
| 29 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> | |
| 30 </action> | |
| 31 </actions_group> | |
| 32 </install> | |
| 33 </package> | |
| 34 </tool_dependency> |
