mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
cc24a480c1
commit
9877aa6da2
1 changed files with 5 additions and 7 deletions
|
@ -12,16 +12,14 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
gnu.org/autoconf: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
|
||||
script: |
|
||||
script:
|
||||
# install.sh respects $PREFIX, which makes our lives easy
|
||||
./install.sh
|
||||
|
||||
- ./install.sh
|
||||
env:
|
||||
PREFIX: '{{prefix}}'
|
||||
|
||||
provides:
|
||||
- bin/node-build
|
||||
|
||||
test:
|
||||
script:
|
||||
node-build --version | grep {{version}}
|
||||
script: node-build --version | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue