Mercurial > repos > jorrit > obotools
view tool_dependencies.xml @ 7:9d9a06b511ff
Uploaded
author | jorrit |
---|---|
date | Tue, 19 Feb 2013 18:16:12 -0500 |
parents | ebf2b433a239 |
children | 00a5ede354a0 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="obo-scripts" version="1.0.12"> <install version="1.0"> <actions> <action type="shell_command">git clone http://github.com/cmungall/obo-scripts</action> <action type="move_directory_files"> <source_directory>./</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> obo_scripts require perl to be installed. </readme> </package> </tool_dependency>