mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
26 lines
383 B
YAML
26 lines
383 B
YAML
distributable:
|
|
url: https://github.com/npm/cli/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: npm/cli
|
|
|
|
provides:
|
|
- bin/npm
|
|
- bin/npx
|
|
|
|
dependencies:
|
|
nodejs.org: '>=14'
|
|
|
|
build:
|
|
dependencies:
|
|
curl.se: '*'
|
|
script: |
|
|
./scripts/install.sh
|
|
env:
|
|
npm_config_prefix: ${{prefix}}
|
|
|
|
test:
|
|
script: |
|
|
npm -g bin
|
|
npx -q tldr ls |