pantry/projects/pnpm.io/package.yml
Neil f6ea0695ea
+pnpm.io (#77)
* add pnpm of pnpm.io
* move pnpm to its own folder
* copy artifacts to dist
* test dir
* copy brew install strategy
* add install prefix
* try different install process
* retry add prefix
* set PNPM_HOME var
* add path
* test run export path only
* rm mkdir
* provide cjs files pnpm.io
* install node_modules
* add npmjs.com dep
* install on prefix path
* test cp install
* test uncertainly strip version
* provide fixed version
* fixed version in url
* undo versions fixed
* no proper pnpx test
* pnpx is actually deprecated: use undefined
      ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Cannot read property 'includes' of undefined or
* cleanup setup and dependency
* test if working correctly
* rm unused line
2022-12-17 08:29:54 -05:00

22 lines
297 B
YAML

distributable:
url: https://registry.npmjs.org/pnpm/-/pnpm-{{version}}.tgz
strip-components: 1
versions:
github: pnpm/pnpm
provides:
- bin/pnpm
dependencies:
nodejs.org: '>=16'
build:
script: |
cp bin/pnpm.cjs bin/pnpm
cp -r . {{prefix}}
test:
script: |
pnpm doctor