# Maintainer: KCaverly # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=archer-bin pkgver=0.1.21 pkgrel=1 pkgdesc="An async terminal interface for interacting with multi-stage LLM agents." url="https://kcaverly.dev" license=("MIT") arch=("x86_64") provides=("archer") conflicts=("archer") source=("https://github.com/kcaverly/archer/releases/download/$pkgver/archer-$pkgver-x86_64.tar.gz") sha256sums=("28128fe02dc46465ebd418879ae2eca1ab32764d868e705c9b0d6cdfb3628d6f") package() { install -Dm755 archer -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }