pantry/projects/github.com/zaach/jsonlint/package.yml

35 lines
570 B
YAML
Raw Normal View History

distributable:
url: https://github.com/zaach/jsonlint/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: zaach/jsonlint/tags
dependencies:
nodejs.org: ^20
build:
dependencies:
npmjs.com: ^10
script:
npm i $ARGS .
env:
ARGS:
- -ddd
- --global
- --build-from-source
- --prefix={{prefix}}
- --install-links
- --unsafe-perm
provides:
- bin/jsonlint
test:
- run: jsonlint $FIXTURE | grep test
fixture:
contents: |
{"name": "test"}
extname: json
- jsonlint --help