mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
new file: projects/heroku.com/package.yml (#5615)
This commit is contained in:
parent
ced4b94b1b
commit
0541c84c11
1 changed files with 32 additions and 0 deletions
32
projects/heroku.com/package.yml
Normal file
32
projects/heroku.com/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
distributable:
|
||||
url: https://registry.npmjs.org/heroku/-/heroku-{{version}}.tgz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
npm: heroku
|
||||
|
||||
dependencies:
|
||||
nodejs.org: ^20
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
npmjs.com: '*'
|
||||
script:
|
||||
npm i $ARGS .
|
||||
env:
|
||||
ARGS:
|
||||
- -ddd
|
||||
- --global
|
||||
- --build-from-source
|
||||
- --prefix={{prefix}}
|
||||
- --install-links
|
||||
- --unsafe-perm
|
||||
|
||||
provides:
|
||||
- bin/heroku
|
||||
|
||||
test:
|
||||
- heroku --version | grep {{version}}
|
||||
- heroku --help
|
||||
- heroku authorizations:create -d "getting started token" 2>out.log <<< q || true
|
||||
- cat out.log | grep "Press any key to open up the browser to login"
|
Loading…
Reference in a new issue