Mercurial > repos > matt-shirley > hamstring
annotate tool_dependencies.xml @ 2:cfe2e583df82 draft
Uploaded
author | matt-shirley |
---|---|
date | Sat, 30 Mar 2013 22:10:22 -0400 |
parents | 7911d648cf29 |
children | 950609434f7a |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="hamstring" version="1.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action> | |
7 </actions> | |
8 </install> | |
9 <readme>Hamstring python module requires Python 2.7 | |
10 </readme> | |
11 </package> | |
12 </tool_dependency> |