grepq 1.6.6

quickly filter fastq files
Documentation
{% set version = "v1.4.1" %}
{% set name = "grepq" %}

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

source:
  url: https://github.com/Rbfinch/{{ name }}/archive/refs/tags/{{ name }}-{{ version }}.tar.gz
  sha256: 6eb4be2403330acf185ac0249b27f384343b3184a34fc3c41af6357f61d18353

build:
  number: 0
  run_exports:
    - {{ pin_subpackage('grepq', max_pin="x.x") }}
  script:
    - cargo-bundle-licenses --format yaml --output THIRDPARTY.yml
    - cargo install -v --locked --no-track --root $PREFIX --path .

requirements:
  build:
    - {{ compiler('rust') }}
    - cargo-bundle-licenses
    # - {{ compiler('c') }} add these C/C++ compilers if needed
    # - {{ compiler('cxx') }}

test:
  commands:
    - grepq --version
    - grepq --help

about:
  home: https://github.com/Rbfinch/grepq
  license: MIT # please use https://spdx.org identifiers
  license_file:
    - LICENSE.md         # the license file for your package
    - THIRDPARTY.yml  # this file is generated by cargo-bundle-licenses
  summary: Quickly filter FASTQ files 

extra:
  recipe-maintainers:
    - @Rbfinch  # your GitHub username
    - DOI:10.5281/zenodo.14031703