{% set version = "2.3.4" %}
{% set sha256 = "a4433a45b73ead907aede22ed0c7ea6fbc080f6de6ed7bc00f52173dfb309aa1" %}

package:
  name: adapterremoval
  version: {{ version }}

source:
  url: https://github.com/MikkelSchubert/adapterremoval/archive/v{{ version }}.tar.gz
  sha256: {{ sha256 }}

build:
  number: 0
  run_exports:
    - {{ pin_subpackage("adapterremoval", max_pin="x") }}  

requirements:
  build:
    - make
    - {{ compiler('cxx') }}
  host:
    - zlib
    - bzip2
    - wget
    - perl
  run:
    - zlib
    - bzip2

test:
  commands:
    - AdapterRemoval -h

about:
  home: https://github.com/MikkelSchubert/adapterremoval
  license: GPL3
  license_file: LICENSE
  summary: The AdapterRemoval v2 tool for merging and clipping reads.

extra:
  additional-platforms:
    - linux-aarch64
