Mercurial > repos > petr-novak > package_profrep_databases_1_0
annotate tool_dependencies.xml @ 12:bbbcb48009f4 draft
Uploaded
author | petr-novak |
---|---|
date | Thu, 27 Jun 2019 07:27:26 -0400 |
parents | 8a114df3439a |
children | 0f2df836637d |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="profrep_databases" version="1.0"> | |
4 <install version="1.0"> | |
1 | 5 <actions> |
12 | 6 <action type="download_file">http://bitbucket.org/petrnovak/re_databases/get/master.zip</action> |
11 | 7 <action type="move_file"> |
12 | 8 <source>master.zip</source> |
11 | 9 <destination>$INSTALL_DIR</destination> |
10 </action> | |
1 | 11 </actions> |
0 | 12 </install> |
13 <readme> | |
1 | 14 Profrep databases |
0 | 15 </readme> |
16 </package> | |
17 </tool_dependency> | |
18 |