mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
this is in brewkit now
This commit is contained in:
parent
9edae69644
commit
24e9d7c31a
|
@ -3,7 +3,7 @@ distributable:
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: nodejs/node/tags
|
github: nodejs/node/releases/tags
|
||||||
|
|
||||||
companions:
|
companions:
|
||||||
npmjs.com: '*'
|
npmjs.com: '*'
|
||||||
|
@ -27,11 +27,6 @@ build:
|
||||||
python.org: '>=3.7 <3.11'
|
python.org: '>=3.7 <3.11'
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script: |
|
||||||
if test "{{ hw.platform }}" = "darwin"; then
|
|
||||||
# nodejs wants `dtrace` in the path.
|
|
||||||
export PATH="$PATH:/usr/sbin"
|
|
||||||
fi
|
|
||||||
|
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue