v2.4.0
- Windows
- Experimental & limited packages available
- Compile it yourself for now
--shebang,-!- for faster, more efficient pkgx stubs
- eg.
#!/usr/bin/env -S pkgx -! cmakeexecutescmake "$@" - Previously this would fail due to the shebang handler adding the filename of the script after the
cmakeargument - The
--shebangflag drops this argument
- Quit littering
~.pkgxwith tmp files
Full Changelog: v2.3.2...v2.4.0