Mercurial > repos > chrisd > coverage_sampler
annotate tool_dependencies.xml @ 3:2abae39582d3 draft
planemo upload for repository https://github.com/ChrisD11/csa_dep commit 6233f7759851b38b542580c85ffa1cbaea1b3b3c-dirty
author | chrisd |
---|---|
date | Wed, 24 Feb 2016 14:27:51 -0500 |
parents | b53a97d0d54c |
children | 17bce2f348b6 |
rev | line source |
---|---|
0
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
2 <tool_dependency> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
3 <package name="csa" version="0.1"> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
4 <install version="1.0"> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
5 <actions> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
6 <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.git</action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
7 <action type="shell_command">make</action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
8 <action type="move_file"> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
9 <source>csa</source> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
10 <destination>$INSTALL_DIR/bin</destination> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
11 </action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
12 <action type="set_environment"> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
14 </action> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
15 </actions> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
16 </install> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
17 <readme>Compiling csa requires a C++ compiler</readme> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
18 </package> |
b53a97d0d54c
planemo upload for repository https://github.com/ChrisD11/csa_dep commit e9517a49dbeb556362b2bfafb62ca70af93106dd
chrisd
parents:
diff
changeset
|
19 </tool_dependency> |