Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions projects/leo-lang.org/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributable:
url: https://github.com/AleoHQ/leo/archive/v{{version}}.tar.gz
strip-components: 1
url: git+https://github.com/AleoHQ/leo
ref: ${{version.tag}}

versions:
github: AleoHQ/leo
Expand All @@ -14,7 +14,10 @@ build:
rust-lang.org: ^1.65
rust-lang.org/cargo: '*'
cmake.org: ^3 # as of 1.12.0 for libz-ng-sys crate
script: cargo install --locked --path . --root {{prefix}}
git-scm.org: 2 # as of 2.3.1 for the _required_ examples subrepo
script:
- git submodule update --init --recursive
- cargo install --locked --path . --root {{prefix}}

provides:
- bin/leo
Expand Down