mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
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>
This commit is contained in:
parent
2a976287e4
commit
3188216900
1 changed files with 27 additions and 0 deletions
27
projects/github.com/nodenv/node-build/package.yml
Normal file
27
projects/github.com/nodenv/node-build/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
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}}
|
Loading…
Reference in a new issue