mirror of
https://github.com/ivabus/pantry
synced 2024-11-30 04:05:06 +03:00
+npmjs.com
This commit is contained in:
parent
ae4224d10c
commit
b1e948531e
1 changed files with 26 additions and 0 deletions
26
projects/npmjs.com/package.yml
Normal file
26
projects/npmjs.com/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
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||^16||^18'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
curl.se: '*'
|
||||||
|
script: |
|
||||||
|
./scripts/install.sh
|
||||||
|
env:
|
||||||
|
npm_config_prefix: ${{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
npm -g bin
|
||||||
|
npx -q tldr ls
|
Loading…
Reference in a new issue