summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 46895c6bfd3145d45e9cf6b467aee0319b77e99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"
}