aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/postgresql-pglogical/APKBUILD
blob: 00c6571610f82ce70586d5d68f7009d151f48754 (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.2.1
pkgrel=0
pkgdesc="Logical Replication extension for PostgreSQL"
url="https://2ndquadrant.com/en/resources/pglogical/"
arch="all"
license="PostgreSQL"
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="7526f232e8a69518bb32cba8e9cc06cc18551e9c5747bd73ad443242bb927543faf1c8fc2d70d666aa1059a0b7263d777d4dac0cd708ec98974f0dd0f8d4d1c1  pglogical-2.2.1.tar.bz2
89df4ed3992f43a0a37eebb5e06dedd2668b6acfad987b3c37e647c05718a9eb0d330d195f4f4426ffc5fad3e1fc7f156c10d3ea6dc7ee778bc2a5b27c6f138f  001-fix-stdin-handling.patch"