Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pkgx-2.4.0.tar.gz | 2025-03-18 | 158.7 kB | |
pkgx-2.4.0+linux+x86-64.tar.gz | 2025-03-18 | 5.0 MB | |
pkgx-2.4.0+linux+aarch64.tar.gz | 2025-03-18 | 5.1 MB | |
pkgx-2.4.0+darwin+x86-64.tar.gz | 2025-03-18 | 2.2 MB | |
pkgx-2.4.0+darwin+aarch64.tar.gz | 2025-03-18 | 2.1 MB | |
pkgx-2.4.0+linux+x86-64.tar.xz | 2025-03-11 | 3.8 MB | |
pkgx-2.4.0+linux+x86-64.tar.xz.asc | 2025-03-11 | 12 Bytes | |
pkgx-2.4.0+linux+aarch64.tar.xz | 2025-03-11 | 3.8 MB | |
pkgx-2.4.0+linux+aarch64.tar.xz.asc | 2025-03-11 | 833 Bytes | |
pkgx-2.4.0+darwin+x86-64.tar.xz | 2025-03-11 | 1.7 MB | |
pkgx-2.4.0+darwin+x86-64.tar.xz.asc | 2025-03-11 | 833 Bytes | |
pkgx-2.4.0+darwin+aarch64.tar.xz | 2025-03-11 | 1.4 MB | |
pkgx-2.4.0+darwin+aarch64.tar.xz.asc | 2025-03-11 | 833 Bytes | |
pkgx-2.4.0.tar.xz | 2025-03-11 | 148.1 kB | |
README.md | 2025-03-11 | 503 Bytes | |
v2.4.0 source code.tar.gz | 2025-03-11 | 62.7 kB | |
v2.4.0 source code.zip | 2025-03-11 | 82.5 kB | |
Totals: 17 Items | 25.6 MB | 0 |
- 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: https://github.com/pkgxdev/pkgx/compare/v2.3.2...v2.4.0