view tool_dependencies.xml @ 3:ae9195035aa6

Use setup_rvm action
author iracooke@gmail.com
date Thu, 26 Sep 2013 14:33:15 +1000
parents e79b95501048
children 927cc9160762
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="protk_omssa" version="2.1.9">
		<install version="1.0">
    	<actions>
     		<action type="setup_rvm" ruby="1.9.3-p448">
     		<gem version="1.2.4">protk</gem>
     		</action>
 			<action type="shell_command">protk_setup.rb blast</action>
 			<action type="shell_command">protk_setup.rb omssa</action>
		</actions>
    		</install>
   		<readme>
               RVM Example
             </readme>
        </package>

</tool_dependency>