mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
415 B
YAML
24 lines
415 B
YAML
distributable:
|
|
url: https://yarnpkg.com/downloads/{{ version }}/yarn-v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: yarnpkg/yarn
|
|
|
|
provides:
|
|
- bin/yarn
|
|
- bin/yarnpkg
|
|
|
|
dependencies:
|
|
nodejs.org: '>=5'
|
|
|
|
build:
|
|
dependencies:
|
|
npmjs.com: '*'
|
|
script: npm install . --global --prefix={{prefix}} --install-links
|
|
|
|
test:
|
|
script: |
|
|
yarn --version
|
|
yarnpkg --version
|
|
yarn add jquery |