new file: projects/lychee.cli.rs/package.yml

new file:   projects/lychee.cli.rs/test.md
This commit is contained in:
Andrii Riabchenko 2024-01-21 14:05:13 +02:00 committed by Jacob Heider
parent 7725ed7fb7
commit b3d142f470
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,28 @@
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}}

View file

@ -0,0 +1 @@
[This](https://example.com) is an example.