separate configuration, requirements and variables

This commit is contained in:
Matthew Stobbs
2025-02-09 15:50:59 -07:00
parent fc674fe06f
commit 80af799c47
75 changed files with 501 additions and 579 deletions

View File

@@ -1,55 +1,2 @@
---
deps:
- rust
- carapace
build_deps:
Darwin:
- openssl
- cmake
Debian:
- pkg-config
- libssl-dev
- build-essential
RedHat:
- libxcb
- openssl-devel
- libX11-devel
pkgs_common:
- nu
- nu_plugin_compress
- nu_plugin_desktop_notifications
- nu_plugin_dns
- nu_plugin_file_dialog
- nu_plugin_formats
- nu_plugin_gstat
- nu_plugin_gstat
- nu_plugin_hashes
- nu_plugin_hcl
- nu_plugin_highlight
- nu_plugin_inc
- nu_plugin_json_path
- nu_plugin_json_path
- nu_plugin_net
- nu_plugin_net
- nu_plugin_polars
- nu_plugin_prometheus
- nu_plugin_qr_maker
- nu_plugin_query
- nu_plugin_selector
- nu_plugin_semver
- nu_plugin_units
- nu_plugin_unzip
- nu_plugin_xpath
pkgs:
Darwin:
- nu_plugin_plist
Debian:
- nu_plugin_dbus
- nu_plugin_rpm
- nu_plugin_sys
RedHat:
- nu_plugin_dbus
- nu_plugin_rpm
- nu_plugin_sys
install_extra: true