Mercurial > repos > matt-shirley > hamstring
annotate tool_dependencies.xml @ 3:950609434f7a draft
Uploaded
author | matt-shirley |
---|---|
date | Sat, 30 Mar 2013 22:10:32 -0400 |
parents | 7911d648cf29 |
children | 7a90dedf5377 |
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> | |
3 | 6 <action type="download_by_url">https://github.com/mdshw5/hamstring/tarball/master</action> |
7 <action type="shell_command">python setup.py install --home $INSTALL_DIR</action> | |
1 | 8 </actions> |
9 </install> | |
10 <readme>Hamstring python module requires Python 2.7 | |
11 </readme> | |
12 </package> | |
13 </tool_dependency> |