summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 891c03b7f521d8f7df4e4ec9a1637c2292350ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: czyt <czytcn@gmail.com>
pkgname=herdr-bin
pkgver=0.6.8
pkgrel=1
pkgdesc="Supervise multiple coding agents in one terminal"
arch=('x86_64' 'aarch64')
url="https://github.com/ogulcancelik/herdr"
license=('AGPL-3.0-or-later')
provides=("herdr=${pkgver}")
conflicts=('herdr')
source_x86_64=("herdr-${pkgver}-x86_64::https://github.com/ogulcancelik/herdr/releases/download/v${pkgver}/herdr-linux-x86_64")
source_aarch64=("herdr-${pkgver}-aarch64::https://github.com/ogulcancelik/herdr/releases/download/v${pkgver}/herdr-linux-aarch64")
sha256sums_x86_64=('528d22e889814a6ccf22162801d59690d9dbd5dc64f96d7e1d1c7a8634b25535')
sha256sums_aarch64=('4cbe45002f86b0500a2f5279cf20a55f22234f88ce71abc2b4051e20281bd629')

package() {
    install -Dm755 "herdr-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/herdr"
}