pantry/projects/yarnpkg.com/package.yml
Jacob Heider 57535b0169 fix(yarn)
3.8 builds fail compiling some random (apparently unneeded) npm module for linux
2024-02-02 10:58:18 -05:00

36 lines
739 B
YAML

distributable:
url: https://github.com/yarnpkg/berry/archive/refs/tags/@yarnpkg/cli/{{version}}.tar.gz
strip-components: 1
versions:
github: yarnpkg/berry/releases
provides:
- bin/yarn
- bin/yarnpkg
dependencies:
nodejs.org: '>=18.3'
build:
dependencies:
classic.yarnpkg.com: ^1 # works and prevents bootstrapping issues
script:
- yarn install --immutable --mode=skip-build
- yarn build:cli
- run: |
chmod +x yarn.js
mkdir -p {{prefix}}/bin
cp yarn.js {{prefix}}/bin/yarn
working-directory: packages/yarnpkg-cli/bundles
- run: ln -s yarn yarnpkg
working-directory: ${{prefix}}/bin
test:
script: |
yarn --version
yarnpkg --version
yarn add jquery