mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
51bf23f952
commit
89af692af9
1 changed files with 7 additions and 6 deletions
|
@ -10,20 +10,21 @@ versions:
|
||||||
strip: /v/
|
strip: /v/
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
perl.org: "*"
|
perl.org: '*'
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
zlib.net: ^1
|
zlib.net: ^1
|
||||||
|
libgit2.org: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ">=1.60"
|
rust-lang.org: '>=1.60'
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: '*'
|
||||||
script: cargo install --path . --root {{prefix}}
|
script: cargo install --path . --locked --root {{prefix}}
|
||||||
env:
|
env:
|
||||||
linux:
|
linux:
|
||||||
RUSTFLAGS: "-C linker=cc"
|
RUSTFLAGS: '-C linker=cc'
|
||||||
# See: https://docs.rs/openssl/latest/openssl/#manual
|
# See: https://docs.rs/openssl/latest/openssl/#manual
|
||||||
OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled.
|
OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled.
|
||||||
OPENSSL_DIR: "{{ deps.openssl.org.prefix }}" # Use tea's openssl installation directory
|
OPENSSL_DIR: '{{ deps.openssl.org.prefix }}' # Use tea's openssl installation directory
|
||||||
|
|
||||||
test: gitui --version
|
test: gitui --version
|
||||||
|
|
Loading…
Reference in a new issue