0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="grabix" version="0.1.3">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
|
|
7 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
|
|
8 <action type="shell_command">make</action>
|
|
9 <action type="move_file">
|
|
10 <source>grabix</source>
|
|
11 <destination>$INSTALL_DIR/bin</destination>
|
|
12 </action>
|
|
13 <action type="set_environment">
|
|
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
15 <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>
|
|
20 Compiling grabix requires a recent C++ compiler (typically g++).
|
|
21 grabix will be available in $PATH and under $GRABIX_ROOT.
|
|
22 https://github.com/arq5x/grabix
|
|
23 </readme>
|
|
24 </package>
|
|
25 </tool_dependency>
|
|
26
|