changeset 0:ee8fa2353d9c draft

Uploaded
author petr-novak
date Mon, 06 Jan 2020 03:56:26 -0500
parents
children dfda5209f071
files tool_dependencies.xml
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Jan 06 03:56:26 2020 -0500
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="repex_tarean" version="1.0">
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">https://bitbucket.org/petrnovak/repex_tarean/get/9211e6e9ccdb.zip</action>
+        <action type="shell_command">
+          make
+        </action>
+        <action type="move_directory_files">
+          <source_directory>$TMP_WORK_DIR/petrnovak-repex_tarean-9211e6e9ccdb</source_directory>
+          <destination_directory>$INSTALL_DIR</destination_directory>
+        </action>
+
+        <action type="set_environment">
+          <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme>
+      repeatexplorer executables and databases
+    </readme>
+  </package>
+</tool_dependency>
+