mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
b3d142f470
new file: projects/lychee.cli.rs/test.md
28 lines
479 B
YAML
28 lines
479 B
YAML
distributable:
|
|
url: git+https://github.com/lycheeverse/lychee.git
|
|
ref: ${{version.tag}}
|
|
|
|
versions:
|
|
github: lycheeverse/lychee
|
|
|
|
dependencies:
|
|
openssl.org: '>=1.1'
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ^1.65
|
|
rust-lang.org/cargo: '*'
|
|
script:
|
|
- cargo install $ARGS
|
|
env:
|
|
ARGS:
|
|
- --locked
|
|
- --root={{prefix}}
|
|
- --path=lychee-bin
|
|
|
|
provides:
|
|
- bin/lychee
|
|
|
|
test:
|
|
- lychee test.md | grep '0 Errors'
|
|
- lychee --version | grep {{version}} |