0
|
1 <tool_dependency>
|
|
2 <package name="minced" version="0.1.6">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
|
5 <action type="download_file">https://github.com/ctSkennerton/minced/releases/download/0.1.6/minced</action>
|
|
6 <action type="download_file">https://github.com/ctSkennerton/minced/releases/download/0.1.6/minced.jar</action>
|
|
7 <action type="move_directory_files">
|
|
8 <source_directory>.</source_directory>
|
|
9 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
10 </action>
|
|
11 <action type="chmod">
|
|
12 <file mode="755">$INSTALL_DIR/minced</file>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 </package>
|
|
20 </tool_dependency>
|