view tool_dependencies.xml @ 5:3ffaee64bb66 draft

Increment version
author Matt Shirley <mdshw5@gmail.com>
date Sun, 31 Mar 2013 10:31:13 -0400
parents 7a90dedf5377
children 265de24f1af6
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="hamstring" version="1.0">
    <install version="1.0">
      <actions>
	<action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action>
	<action type="shell_command">python setup.py install --home $INSTALL_DIR</action>
      </actions>
    </install>
    <readme>Hamstring python module requires Python 2.7
    </readme>
  </package>
</tool_dependency>