# Maintainer: jonboh # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=shai-bin pkgver=0.1.1 pkgrel=1 pkgdesc="A shell AI assistant" url="https://github.com/jonboh/shai" license=("MIT") arch=("x86_64") provides=("shai") conflicts=("shai") source=("https://github.com/jonboh/shai/releases/download/v$pkgver/shai-$pkgver-x86_64-unknown-linux-gnu.tar.gz") sha256sums=("d75b180577deb75c61594939d5ccc485fcaba82e2d8822c449f1becabefbb664") package() { install -Dm755 shai -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }