mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+leo-lang.org (#4316)
* new file: projects/leo-lang.org/package.yml * modified: projects/leo-lang.org/package.yml * :D * curl * should use our openssl/libcurl --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
cf92d1c3bc
commit
f5bfb5e5fc
1 changed files with 22 additions and 0 deletions
22
projects/leo-lang.org/package.yml
Normal file
22
projects/leo-lang.org/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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 run | grep "Compiled 'main.leo' into Aleo instructions"
|
||||||
|
- leo --version | grep {{version}}
|
Loading…
Reference in a new issue