comparison tool_dependencies.xml @ 0:a135862cd007 draft default tip

Uploaded
author takadonet
date Thu, 23 Oct 2014 10:21:57 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a135862cd007
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>