changeset 0:097d4c366e0d draft default tip

Uploaded
author dereeper
date Thu, 26 Feb 2015 00:59:41 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Feb 26 00:59:41 2015 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency version="1.1" >
+	<package name="tassel" version="5.0">
+		<install version="1.0">
+			<actions>
+				<action type="download_by_url">https://bitbucket.org/tasseladmin/tassel-5-standalone/get/2da1ad2d4383.zip</action>
+				<action type="shell_command">mkdir bin &amp;&amp; cp -rf r* bin &amp;&amp; cp -rf s* bin &amp;&amp; cp -rf l* bin &amp;&amp; cp -rf c* bin &amp;&amp; chmod -R 755 bin </action>
+				<action type="move_directory_files">
+					<source_directory>bin</source_directory>
+					<destination_directory>$INSTALL_DIR/bin</destination_directory>
+				</action>
+				
+				<action type="set_environment">
+					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+				</action>
+			</actions>
+		</install>
+	</package>
+</tool_dependency>