aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-pglogical/APKBUILD
blob: 9dee5e2a3667ef62dd429249daca77c38f3701e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Contributor: Eugene Pirogov <iamexile@gmail.com>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql-pglogical
_pkgname=pglogical
pkgver=2.1.0
pkgrel=1
pkgdesc="Logical Replication extension for PostgreSQ"
url="https://2ndquadrant.com/en/resources/pglogical/"
arch="all"
license="custom"
depends="postgresql"
makedepends="libedit-dev libxml2-dev postgresql-dev zlib-dev"
source="http://packages.2ndquadrant.com/pglogical/tarballs/$_pkgname-$pkgver.tar.bz2
	001-fix-stdin-handling.patch"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	cd "$builddir"
	make USE_PGXS=1 all
}

package() {
	cd "$builddir"
	make USE_PGXS=1 DESTDIR="$pkgdir" install
}

sha512sums="48f39831de137cd329717165b9bbe38c732809d0604851947ecc1b3c0f59201b9811ea72d24facfd0f977d99460d4d1d0a258767cc560c73a97f42b33c1ac616  pglogical-2.1.0.tar.bz2
89df4ed3992f43a0a37eebb5e06dedd2668b6acfad987b3c37e647c05718a9eb0d330d195f4f4426ffc5fad3e1fc7f156c10d3ea6dc7ee778bc2a5b27c6f138f  001-fix-stdin-handling.patch"