summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f3b5d49accaf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Alan Vardy <alan@vardy.cc>
+#
+# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
+
+pkgname=gpto-bin
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="A tiny unofficial OpenAI GPT3 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=("91419808b5909504a00a8bc867d43373e08c3a089cff9afb7c4b7f39d893634b")
+
+package() {
+ install -Dm755 gpto -t "$pkgdir/usr/bin"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}