mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
99253c4467
* upstream removed ./scripts/install which we shouldn't have been using anyway, since it was bypassing our downloaded sources. this is the correct way. * improved testing
24 lines
416 B
YAML
24 lines
416 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:
|
|
script:
|
|
node . install --global --prefix={{prefix}}
|
|
|
|
test:
|
|
dependencies:
|
|
git-scm.org: '*' # `npm doctor` checks for, but doesn't use, `git`
|
|
script: |
|
|
npm doctor
|
|
npx -q tldr ls |