pantry/projects/leo-lang.org/package.yml
Jacob Heider 32f00e1103
fix(leo)
run has some inputs change in 1.11.0 i couldn't quickly grok. build tests it builds, however.

closes #5747
2024-03-30 14:44:57 -04:00

23 lines
516 B
YAML

distributable:
url: https://github.com/AleoHQ/leo/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: AleoHQ/leo
dependencies:
openssl.org: ^1.1
curl.se: ^8.4
build:
dependencies:
rust-lang.org: ^1.65
rust-lang.org/cargo: '*'
script:
- cargo install --locked --path . --root {{prefix}}
provides:
- bin/leo
test:
script:
- leo new helloworld
- cd helloworld
- leo build | grep "Compiled 'main.leo' into Aleo instructions"
- leo --version | grep {{version}}