pantry/projects/github.com/nodenv/node-build/package.yml
Andrew 3188216900
github.com/nodenv/node-build (#1701)
* new file:   projects/github.com/nodenv/node-build/package.yml

* comment for clarity

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-04-27 16:02:57 -04:00

28 lines
473 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: '*'
freedesktop.org/pkg-config: '*'
script: |
# install.sh respects $PREFIX, which makes our lives easy
./install.sh
provides:
- bin/node-build
test:
script:
node-build --version | grep {{version}}