Search Criteria
Package Details: declarch 0.4.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/declarch.git (read-only, click to copy) |
|---|---|
| Package Base: | declarch |
| Description: | Universal declarative package manager - unify AUR, flatpak, npm, cargo, pip, and custom backends |
| Upstream URL: | https://github.com/nixval/declarch |
| Keywords: | aur bun cargo config-management declarative dotfiles nix npm package-manager pip rust |
| Licenses: | MIT |
| Submitter: | nixval |
| Maintainer: | nixval |
| Last Packager: | nixval |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-11-19 17:06 (UTC) |
| Last Updated: | 2026-01-23 15:46 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-fancy-gitAUR, pacman-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- flatpak (flatpak-gitAUR, flatpak-local-gitAUR) (optional) – For managing Flatpak applications
- paruAUR (paru-binAUR, paru-key-gitAUR, paru-gitAUR, paru-patchAUR) (optional) – AUR backend for syncing
- yayAUR (yay-binAUR, yay-gitAUR) (optional) – Alternative AUR helper
Latest Comments
iamawacko commented on 2026-01-18 21:19 (UTC)
Without LTO disabled, I get an error that starts
error: linking withccfailed: exit status: 1, and then continues with a bunch more error text. You should be able to test it yourself.iamawacko commented on 2026-01-18 21:07 (UTC)
Hey, I think you need to disable LTO for this package to build properly, it's a common problem. Just put the following somewhere in your PKGBUILD:
options=(!lto)