Skip to content

Commit

Permalink
Add recipe for the translate-gard npm package version 1.0.3 (#11364)
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx authored Oct 16, 2018
1 parent 86ce3b8 commit 64ea60c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions recipes/npm-translate-gard/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% set name = "translate-gard" %}
{% set version = "1.0.3" %}
{% set sha256 = "89fe90e98f2448a274fd49bf5eff74538b81610416f593ac6b506fff133d2cb0" %}
{% set node_version = os.environ.get('NODEJS_VERSION') or '6.*' %}

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

source:
url: https://github.com/veg/translate-gard/archive/master.tar.gz
sha256: {{ sha256 }}

build:
number: 0
skip: true # [osx]
script: npm install . && npm install -g

requirements:
build:
- nodejs {{ node_version }}
run:
- nodejs {{ node_version }}

test:
commands:
- npm list -g {{ name }}

about:
home: https://github.com/veg/translate-gard/
license: MIT
summary: 'Converts HyPhy 2.3.2 GARD output to JSON'

0 comments on commit 64ea60c

Please sign in to comment.