summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorashka2021-02-19 18:25:52 +0100
committerashka2021-02-19 18:25:52 +0100
commit81c76a867d32120f40c7ac72162292f9118d7e0e (patch)
treeb91fdf4be935c7874d988b51d94364dab128111c
downloadaur-81c76a867d32120f40c7ac72162292f9118d7e0e.tar.gz
v4.6.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9394f07d514d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = crunchy-postgresql-operator-bin
+ pkgdesc = Crunchydata PostgreSQL Kubernetes operator
+ pkgver = 4.6.1
+ pkgrel = 1
+ url = https://github.com/CrunchyData/postgres-operator
+ arch = any
+ license = Apache
+ makedepends = gcc
+ makedepends = git
+ source = https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.1/pgo
+ md5sums = 60ce4edeb3e3944855b03c68b841626f
+
+pkgname = crunchy-postgresql-operator-bin
+
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"
+}