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/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/postgresql-citus/APKBUILD b/testing/postgresql-citus/APKBUILD
deleted file mode 100644
index 3dfc8bb0a37..00000000000
--- a/testing/postgresql-citus/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
-# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
-pkgname=postgresql-citus
-_projname=citus
-pkgver=10.1.0
-pkgrel=0
-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"
-provides="pg_cron=$pkgver-r$pkgrel"
-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() {
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums="
-7f3bf01e08a2f8087b570a9b54224878cbbeacaa19115f3dd3e4f45a517af59e920d6a1fc490f86c9d0148de118d2b1f6cab65a5df2b3729793ec70d85a4ba22 citus-10.1.0.tar.gz
-"