Mercurial > repos > chrisd > coverage_sampler
annotate tool_dependencies.xml @ 2:a0d746fea00c draft
planemo upload for repository https://github.com/ChrisD11/csa_dep commit 925c3fe937b702bb49c2582fd73e232c70901193-dirty
author | chrisd |
---|---|
date | Mon, 22 Feb 2016 23:52:27 -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> |