summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0164bc934bfae51d38ff8afc000da404a046b6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: ashka <aur AT ashka DOT me>

pkgname=crunchy-postgresql-operator-bin
pkgver=4.7.3
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/v${pkgver}/pgo")
md5sums=('218d69c21e2e39bb9b8de7b968b1227b')

package() {
	install -Dm755 "${srcdir}/pgo" "${pkgdir}/usr/bin/pgo"
}