Releases: kreatolinux/src
src v7.2.2
src v7.2.1
src v7.2.0
Changes on kpkg
- kpkg set: add --file
- installFromRootInternal: Add postInstall support (should fix a lot of packages)
- kpkg install: #99
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.1.0...v7.2.0
src v7.1.0
Changes on kpkg
- runFile: add preinstall()
- kpkg get/set
- removecmd: add check for base packages
- debug: KPKG_ENABLE_DEBUG environment variable to enable on the fly
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.0.0...v7.1.0
src v7.0.0
What's Changed
See earlier rc/alphas (or the full changelog).
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v6.8.0...v7.0.0
src v7.0.0-rc3
Small changes and bugfixes.
src v7.0.0-rc2
What's Changed
- Add listcmd
- Move SQLite database to
/var/lib/kpkg
src v7.0.0-rc1
What's Changed
Full Changelog: v6.8.0...v7.0.0-rc1
src v7.0.0-alpha3-sqlite-5
Test release.
Full Changelog: v6.8.0...v7.0.0-alpha3-sqlite-5
src v7.0.0-alpha3-sqlite-4
Hopefully the last test release.
Full Changelog: v6.8.0...v7.0.0-alpha3-sqlite-4