aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-citus/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgresql-citus/APKBUILD')
-rw-r--r--testing/postgresql-citus/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/postgresql-citus/APKBUILD b/testing/postgresql-citus/APKBUILD
deleted file mode 100644
index 73069393394..00000000000
--- a/testing/postgresql-citus/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
-# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
-pkgname=postgresql-citus
-_projname=citus
-pkgver=10.2.2
-pkgrel=2
-pkgdesc="Scalable PostgreSQL for multi-tenant and real-time analytics workloads"
-url="https://github.com/citusdata/citus"
-arch="all"
-license="AGPL-3.0-only"
-makedepends="autoconf postgresql-dev icu-dev lz4-dev zstd-dev"
-install="$pkgname.post-install"
-source="https://github.com/citusdata/citus/archive/v$pkgver/$_projname-$pkgver.tar.gz"
-builddir="$srcdir/$_projname-$pkgver"
-options="!check" # tests requires running postgresql cluster
-
-prepare() {
- default_prepare
- autoreconf -fi
-}
-
-build() {
- ./configure \
- --prefix=/usr \
- --without-libcurl
- make
-}
-
-package() {
- depends="postgresql$(pg_config --major-version)"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums="
-9e369ea00066119e343f29c9b8b6bdc9c1be7fba5b521950bf0eda391022d7616d81a7d0c7cf15a35b5048f9e2c5f4abd9d1db8ef653f08a6e5a59da6c333a36 citus-10.2.2.tar.gz
-"