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:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/autoconf: '*'
|
gnu.org/autoconf: '*'
|
||||||
freedesktop.org/pkg-config: '*'
|
script:
|
||||||
|
|
||||||
script: |
|
|
||||||
# install.sh respects $PREFIX, which makes our lives easy
|
# install.sh respects $PREFIX, which makes our lives easy
|
||||||
./install.sh
|
- ./install.sh
|
||||||
|
env:
|
||||||
|
PREFIX: '{{prefix}}'
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/node-build
|
- bin/node-build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script: node-build --version | grep {{version}}
|
||||||
node-build --version | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue