Package Details: herdr-bin 0.7.0-1

Git Clone URL: https://aur.archlinux.org/herdr-bin.git (read-only, click to copy)
Package Base: herdr-bin
Description: Supervise multiple coding agents in one terminal
Upstream URL: https://github.com/ogulcancelik/herdr
Licenses: AGPL-3.0-or-later
Conflicts: herdr
Provides: herdr
Submitter: czyt
Maintainer: czyt
Last Packager: czyt
Votes: 2
Popularity: 1.55
First Submitted: 2026-04-21 05:34 (UTC)
Last Updated: 2026-06-15 17:25 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

czyt commented on 2026-06-01 04:35 (UTC)

thanks,I have updated the PKGBUILD

kevindiaz314 commented on 2026-05-30 04:47 (UTC) (edited on 2026-05-30 04:48 (UTC) by kevindiaz314)

Thanks for packaging this.

I tested a local v0.6.5 bump on x86_64. The binary reports as statically linked with ldd, so I don’t think any runtime depends are needed.

A couple of small metadata tweaks may be worth including with the bump:

  • license=('AGPL-3.0-or-later'), matching upstream LICENSE
  • provides=("herdr=${pkgver}")
  • quote the source path in package(): install -Dm755 "herdr-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/herdr"

Happy to share the tested diff/checksums if useful.