summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3f95f1487c91
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: ashka <aur AT ashka DOT me>
+
+pkgname=crunchy-postgresql-operator-bin
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Crunchydata PostgreSQL Kubernetes operator"
+arch=('x86_64')
+url="https://github.com/CrunchyData/postgres-operator"
+license=('Apache')
+source=('https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.1/pgo')
+md5sums=('60ce4edeb3e3944855b03c68b841626f')
+
+package() {
+ install -Dm755 "${srcdir}/pgo" "${pkgdir}/usr/bin/pgo"
+}