Mercurial > repos > iuc > package_minced_0_1_5
comparison tool_dependencies.xml @ 0:00b3a01c21bc draft default tip
Imported from capsule None
author | iuc |
---|---|
date | Sat, 03 May 2014 05:45:05 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:00b3a01c21bc |
---|---|
1 <tool_dependency> | |
2 <package name="minced" version="0.1.5"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_file">https://github.com/ctSkennerton/minced/releases/download/0.1.5/minced</action> | |
6 <action type="download_file">https://github.com/ctSkennerton/minced/releases/download/0.1.5/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> |