pantry/projects/google.com/firebase-tools/package.yml

28 lines
477 B
YAML
Raw Normal View History

distributable:
url: https://registry.npmjs.org/firebase-tools/-/firebase-tools-{{version}}.tgz
strip-components: 1
display-name: firebase
versions:
github: firebase/firebase-tools
dependencies:
nodejs.org: "*"
build:
dependencies:
npmjs.com: "*"
script:
- chmod +x lib/bin/firebase.js
- npm install .
--global
--prefix="{{prefix}}"
--install-links
provides:
- bin/firebase
test:
script: firebase --version | grep {{version}}