# Maintainer: Alan Vardy # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=gpto-bin pkgver=0.2.1 pkgrel=1 pkgdesc="A tiny unofficial OpenAI client" url="https://github.com/alanvardy/gpto" license=("MIT") arch=("x86_64") provides=("gpto") conflicts=("gpto") source=("https://github.com/alanvardy/gpto/releases/download/v$pkgver/gpto-$pkgver-x86_64.tar.gz") sha256sums=("353bd7f133714575fb9482f0633db0b4205595e595f6c7ef4d4e2f9c422d34fc") package() { install -Dm755 gpto -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }