Skip to content

Commit ef8335d

Browse files
authored
[ci skip] Merge PR 21398
Merge PR #21398, commits were: * Update recipes/vg/meta.yaml Co-Authored-By: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> * skip linting * skip osx * add noarch * add vg as binary
1 parent a4f6fc0 commit ef8335d

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

recipes/vg/meta.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{% set name = "vg" %}
2+
{% set version = "1.23.0" %}
3+
4+
package:
5+
name: {{ name }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://github.com/vgteam/vg/releases/download/v{{ version }}/vg
10+
sha256: 3c7758120ac657d3fb8243943a57a9fedc541b651b19fc35b5cee9923e42a4c0
11+
12+
build:
13+
number: 0
14+
skip: true # [osx]
15+
script:
16+
- mkdir -p ${PREFIX}/bin
17+
- cp vg ${PREFIX}/bin/
18+
- chmod +x ${PREFIX}/bin/vg
19+
20+
test:
21+
commands:
22+
- vg help
23+
24+
about:
25+
home: https://github.com/vgteam/vg
26+
license: MIT
27+
summary: Variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods
28+
29+
extra:
30+
skip-lints:
31+
- should_be_noarch_generic

0 commit comments

Comments
 (0)