mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
bc6433bf3e
with the release of rust 1.78 we can undo these... tweaks. fix deno specifically Revert "fix deno specifically" This reverts commit 4dbe7bd82386dc429a6d448b2004c3df4f0c9807. revert deno
30 lines
793 B
YAML
30 lines
793 B
YAML
distributable:
|
|
url: https://github.com/extrawurst/gitui/archive/refs/tags/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/gitui
|
|
|
|
versions:
|
|
github: extrawurst/gitui/tags
|
|
|
|
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.78 # stdsimd changes
|
|
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 pkgx's openssl installation directory
|
|
|
|
test: gitui --version
|