Mercurial > repos > dereeper > package_tassel_5_0
comparison tool_dependencies.xml @ 0:097d4c366e0d draft default tip
Uploaded
| author | dereeper |
|---|---|
| date | Thu, 26 Feb 2015 00:59:41 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:097d4c366e0d |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency version="1.1" > | |
| 3 <package name="tassel" version="5.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">https://bitbucket.org/tasseladmin/tassel-5-standalone/get/2da1ad2d4383.zip</action> | |
| 7 <action type="shell_command">mkdir bin && cp -rf r* bin && cp -rf s* bin && cp -rf l* bin && cp -rf c* bin && chmod -R 755 bin </action> | |
| 8 <action type="move_directory_files"> | |
| 9 <source_directory>bin</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 11 </action> | |
| 12 | |
| 13 <action type="set_environment"> | |
| 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 15 </action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 </package> | |
| 19 </tool_dependency> |
