Mercurial > repos > slegras > package_sickle_1_33
annotate tool_dependencies.xml @ 0:3cf58d60353e draft default tip
Uploaded
| author | slegras |
|---|---|
| date | Sun, 27 Sep 2015 15:50:54 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="sickle" version="1.33"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions> | |
| 7 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="move_file"> | |
| 10 <source>sickle</source> | |
| 11 <destination>$INSTALL_DIR/bin</destination> | |
| 12 </action> | |
| 13 <action type="set_environment"> | |
| 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 15 </action> | |
| 16 </actions> | |
| 17 </actions_group> | |
| 18 </install> | |
| 19 </package> | |
| 20 </tool_dependency> |
