pantry/projects/crates.io/gitui/package.yml

31 lines
787 B
YAML

distributable:
url: https://github.com/extrawurst/gitui/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
provides:
- bin/gitui
versions:
github: extrawurst/gitui/tags
strip: /v/
dependencies:
perl.org: '*'
openssl.org: ^1.1
zlib.net: ^1
libgit2.org: ~1.7 # links to libgit2.so.1.7
build:
dependencies:
rust-lang.org: '>=1.60'
rust-lang.org/cargo: '*'
script: cargo install --path . --locked --root {{prefix}}
env:
linux:
RUSTFLAGS: '-C linker=cc'
# 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_DIR: '{{ deps.openssl.org.prefix }}' # Use tea's openssl installation directory
test: gitui --version