-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmeta.yaml
More file actions
43 lines (36 loc) · 1.12 KB
/
Copy pathmeta.yaml
File metadata and controls
43 lines (36 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{% 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