summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-01-21Use CI artifacts for dclitheblackdon
2026-01-21Fix linking: set RUSTFLAGS to use GNU ld (bfd)theblackdon
- Export RUSTFLAGS="-C link-arg=-fuse-ld=bfd" in build() - rust-lld fails to link vendored Lua static library properly - This forces use of GNU ld which handles static archives correctly
2026-01-21Fix linking: use GNU ld (bfd) instead of rust-lldtheblackdon
- Add binutils to makedepends for GNU ld - Upstream now uses .cargo/config.toml with -fuse-ld=bfd - Fixes undefined symbol errors with vendored mlua on Rust 1.87+
2026-01-21Bump pkgrel for upstream LTO fix (disabled entirely)theblackdon
LTO (both fat and thin) causes undefined symbol errors with vendored mlua on Rust 1.87+ due to LLVM regression. Upstream now disables LTO.
2026-01-21Bump pkgrel for upstream LTO fixtheblackdon
Upstream changed lto=true to lto="thin" to fix undefined symbol errors (lua_tolstring, etc.) caused by Rust 1.87+ / LLVM 20.1.1 regression with fat LTO.
2026-01-21Fix build: remove lua dep, add clang makedeptheblackdon
- Remove 'lua' from depends since mlua uses vendored feature (statically links Lua 5.4) - Add 'clang' to makedepends for compiling vendored Lua from source - Fixes 'undefined symbol: lua_tolstring' linker error
2026-01-20Change lua dependency from lua54 to luatheblackdon
2026-01-20Update to v0.2.0 - Fix module loading and add distro displaytheblackdon
Changes in v0.2.0: - Fix directory module loading (modules from 'dcli merge' now work) - Add distribution name to 'dcli status' output - Lua dependency already added in previous commit
2026-01-20Add lua54 as runtime dependency for Lua scripting supporttheblackdon
2026-01-15Fix spinner staying alive across packagestheblackdon
2026-01-15Fix progress animation stuck on first packagetheblackdon
2026-01-15Update to latest upstream changestheblackdon
2026-01-02Update gitignore: exclude AUR-UPDATE-GUIDE.mdtheblackdon
2026-01-02Initial commit: dcli-arch-git packagetheblackdon
A declarative package management CLI tool for Arch Linux, inspired by NixOS. Built with Rust for performance and reliability.