2023-04-13 18:35:37 +03:00
|
|
|
distributable:
|
2024-05-02 21:15:24 +03:00
|
|
|
url: https://github.com/extrawurst/gitui/archive/refs/tags/{{version.tag}}.tar.gz
|
2023-04-13 18:35:37 +03:00
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/gitui
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: extrawurst/gitui/tags
|
|
|
|
|
|
|
|
dependencies:
|
2024-02-21 21:30:38 +03:00
|
|
|
perl.org: '*'
|
2023-06-19 18:45:04 +03:00
|
|
|
openssl.org: ^1.1
|
2023-04-13 18:35:37 +03:00
|
|
|
zlib.net: ^1
|
2024-03-21 00:43:47 +03:00
|
|
|
libgit2.org: ~1.7 # links to libgit2.so.1.7
|
2023-04-13 18:35:37 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
2024-05-02 21:15:24 +03:00
|
|
|
rust-lang.org: ^1.78 # stdsimd changes
|
2024-02-21 21:30:38 +03:00
|
|
|
rust-lang.org/cargo: '*'
|
2024-05-02 21:15:24 +03:00
|
|
|
script: cargo install --path . --locked --root {{prefix}}
|
2023-04-13 18:35:37 +03:00
|
|
|
env:
|
|
|
|
linux:
|
2024-02-21 21:30:38 +03:00
|
|
|
RUSTFLAGS: '-C linker=cc'
|
2023-04-13 18:35:37 +03:00
|
|
|
# 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.
|
2024-05-02 21:15:24 +03:00
|
|
|
OPENSSL_DIR: '{{ deps.openssl.org.prefix }}' # Use pkgx's openssl installation directory
|
2023-04-13 18:35:37 +03:00
|
|
|
|
|
|
|
test: gitui --version
|