diff --git a/recipes/vg/meta.yaml b/recipes/vg/meta.yaml new file mode 100644 index 0000000000000..b4ff643032382 --- /dev/null +++ b/recipes/vg/meta.yaml @@ -0,0 +1,31 @@ +{% set name = "vg" %} +{% set version = "1.23.0" %} + +package: + name: {{ name }} + version: {{ version }} + +source: + url: https://github.com/vgteam/vg/releases/download/v{{ version }}/vg + sha256: 3c7758120ac657d3fb8243943a57a9fedc541b651b19fc35b5cee9923e42a4c0 + +build: + number: 0 + skip: true # [osx] + script: + - mkdir -p ${PREFIX}/bin + - cp vg ${PREFIX}/bin/ + - chmod +x ${PREFIX}/bin/vg + +test: + commands: + - vg help + +about: + home: https://github.com/vgteam/vg + license: MIT + summary: Variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods + +extra: + skip-lints: + - should_be_noarch_generic