miller-git
Category: local-install (rebuilt only so archlinuxaba/the cluster gets it
too; not maintained/adapted/owned by us — see
arch/scripts/install_only_packages).
Go implementation of sed/awk/cut/join/sort for name-indexed data (CSV, tabular JSON).
Build notes (2026-08-19)
- A prior checkout already existed at
/data/INSTALL/miller-gitwith leftover build state (stale.pkg.tar.zst,miller//pkg//src/build dirs, an in-progresspkgver()bump on the PKGBUILD) from an earlier, apparently interrupted attempt – cleaned up before proceeding. - Upstream
arch=('x86_64' 'i686'); addedpentium4(plain Go build,go buildtargets 386 generically for 32-bit x86, no pentium4-specific concerns).pkgrel1->1.1(local-install, X.Y scheme) for the arch addition. - Built cleanly on all three arches on the first try. Note:
pkgver()recomputed from the live git source during the build (upstream had moved on to a newer commit,6.21.0.r8.ge27fd858d), which auto-resetpkgrelback to plain1in the PKGBUILD – this is expected-git-package behavior, not a regression to “fix” back to X.Y (same pattern documented forpcc-git).