Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev
opensource·Open Sourcebyinnocentz3r0

Supac - a declarative package manager written in Rust, scriptable in nushell

cross-posted from: https://programming.dev/post/45148310

Supac is a declarative package manager written in Rust fully scriptable in nushell. It's meant to make it easy to use the native package managers in existing distros without going through the associated headaches of using Nix, while maintaining the ergonomics of structured data in nushell.

Currently supported backends are:

  • Archlinux and derivatives
  • flatpak
  • cargo/cargo-binstall
  • uvx (packages only for now)
  • rustup toolchains

I daily drive it, and it works well. Feel free to give it a try!

Supac - a declarative package manager written in Rust, scriptable in nushellhttps://codeberg.org/innocentzer0/supacOpen linkView original on programming.dev
18

1 reply

Yep, it should cover you alright! I use all the 5 package managers mentioned here (hence the order :p). Scriptability and post hooks in particular make it even better (cloning/copying dots, activating systemd units, other stuff, etc).

1

You reached the end

Supac - a declarative package manager written in Rust, scriptable in nushell | Spyke