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