diff macros.xml @ 0:7f6de5d9fb50 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnetfilesender commit 192bb5e7bd10d911d7bd8c91ca9f3c88ae6da334
author galaxy-australia
date Mon, 07 Oct 2024 04:48:22 +0000
parents
children 17787c79af44
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Oct 07 04:48:22 2024 +0000
@@ -0,0 +1,13 @@
+<macros>
+    <token name="@TOOL_VERSION@">v3.0.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">22.05</token>
+    <xml name="requirements">
+         <requirements>
+             <requirement type="package" version="@TOOL_VERSION@">filesendercli</requirement>
+         </requirements>
+    </xml>
+    <xml name="version_command">
+        <version_command>filesender --help | grep 'File Sender CLI client.'</version_command>
+    </xml>
+</macros>