-- meta.yaml -- {% set name = "mytool" %} {% set version = "0.01" %} package: name: {{ name|lower }} version: {{ version }} build: script: "perl Build.PL && perl Build && perl Build install --install_base $CONDA_PREFIX --extra_compiler $CONDA_PREFIX/lib/perl5" number: 0 source: path: ./ requirements: host: - 'r-ape=5.7_1' - 'perl==5.32.1' - 'perl-file-path==2.16' - 'perl-getopt-long==2.52' - 'perl-file-slurp==9999.32' - 'perl-test-more==1.001002' - 'perl-module-build==0.4224' - 'perl-carp==1.38' - 'perl-ipc-cmd==1.02' - 'r-base==4.3.1' - 'r-ggplot2==3.4.3' run: - 'r-ape=5.7_1' - 'perl==5.32.1' - 'perl-file-path==2.16' - 'perl-getopt-long==2.52' - 'perl-file-slurp==9999.32' - 'perl-test-more==1.001002' - 'perl-carp==1.38' - 'r-base==4.3.1' - 'r-ggplot2==3.4.3' test: commands: - mytool -v about: home: https://.. license: MIT license_family: MIT summary: "Description"