0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency version="1.1" >
|
|
3 <package name="tassel" version="5.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">https://bitbucket.org/tasseladmin/tassel-5-standalone/get/2da1ad2d4383.zip</action>
|
|
7 <action type="shell_command">mkdir bin && cp -rf r* bin && cp -rf s* bin && cp -rf l* bin && cp -rf c* bin && chmod -R 755 bin </action>
|
|
8 <action type="move_directory_files">
|
|
9 <source_directory>bin</source_directory>
|
|
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
11 </action>
|
|
12
|
|
13 <action type="set_environment">
|
|
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
15 </action>
|
|
16 </actions>
|
|
17 </install>
|
|
18 </package>
|
|
19 </tool_dependency>
|