# Maintainer: KCaverly # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=archer-bin pkgver=0.1.15 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/v$pkgver/archer-$pkgver-x86_64.tar.gz") sha256sums=("f533ac2e69c39ad5ee7c0ff7c6e0d671da99d164f90a456a7bb8f9c924dda274") package() { install -Dm755 archer -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }