mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
9877aa6da2
we don't supply PREFIX any longer closes #4594
26 lines
463 B
YAML
26 lines
463 B
YAML
distributable:
|
|
url: https://github.com/nodenv/node-build/archive/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: nodenv/node-build
|
|
strip: /^v-/
|
|
|
|
dependencies:
|
|
openssl.org: '>=3.0.0'
|
|
|
|
build:
|
|
dependencies:
|
|
gnu.org/autoconf: '*'
|
|
script:
|
|
# install.sh respects $PREFIX, which makes our lives easy
|
|
- ./install.sh
|
|
env:
|
|
PREFIX: '{{prefix}}'
|
|
|
|
provides:
|
|
- bin/node-build
|
|
|
|
test:
|
|
script: node-build --version | grep {{version}}
|