0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="getorganelledb" version="0.0.1">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">https://github.com/kavonrtep/getorganelledb/archive/refs/tags/0.0.1.zip</action>
|
|
7 <action type="shell_command">
|
|
8 make
|
|
9 </action>
|
|
10 <action type="move_directory_files">
|
|
11 <source_directory>$TMP_WORK_DIR/kavonrtep-getorganelledb-0.0.1</source_directory>
|
|
12 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
13 </action>
|
|
14
|
|
15 <action type="set_environment">
|
|
16 <environment_variable action="set_to" name="GETORGANELLEDB">$INSTALL_DIR</environment_variable>
|
|
17 </action>
|
|
18 <action type="set_environment">
|
|
19 <environment_variable action="set_to" name="GETORGANELE_VERSION">"0.0.1"</environment_variable>
|
|
20 </action>
|
|
21 </actions>
|
|
22 </install>
|
|
23 <readme>
|
|
24 copy orgenelledb from https://github.com/Kinggerm/GetOrganelleDB/
|
|
25 </readme>
|
|
26 </package>
|
|
27 </tool_dependency>
|