From 8e3086bca786035aea2325c381e6df64aec643c3 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 19 Oct 2017 02:34:11 +0200 Subject: community/postgresql-plpgsql_check: move from testing --- community/postgresql-plpgsql_check/APKBUILD | 27 +++++++++++++++++++++++++++ testing/postgresql-plpgsql_check/APKBUILD | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 community/postgresql-plpgsql_check/APKBUILD delete mode 100644 testing/postgresql-plpgsql_check/APKBUILD diff --git a/community/postgresql-plpgsql_check/APKBUILD b/community/postgresql-plpgsql_check/APKBUILD new file mode 100644 index 0000000000..d816f5988a --- /dev/null +++ b/community/postgresql-plpgsql_check/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Jakub Jirutka +# Maintainer: Jakub Jirutka +pkgname=postgresql-plpgsql_check +_pkgname=plpgsql_check +pkgver=1.2.1 +pkgrel=0 +pkgdesc="Additional tools for plpgsql functions validation" +url="https://github.com/okbob/plpgsql_check" +arch="all" +license="BSD" +depends="postgresql" +makedepends="postgresql-dev" +source="$_pkgname-$pkgver.tar.gz::https://github.com/okbob/$_pkgname/archive/v$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" +options="!check" # XXX: installcheck requires running PostgreSQL + +build() { + cd "$builddir" + make USE_PGXS=1 all +} + +package() { + cd "$builddir" + make USE_PGXS=1 DESTDIR="$pkgdir" install +} + +sha512sums="bf41a9e89b387d172780264707a5e33d30ffecda76ed29d7077c477f3c70a554a86e41a8fb8f9accb773e6e1d4f0e5744b6d012db00cf2e20ded2b350ec5121d plpgsql_check-1.2.1.tar.gz" diff --git a/testing/postgresql-plpgsql_check/APKBUILD b/testing/postgresql-plpgsql_check/APKBUILD deleted file mode 100644 index d816f5988a..0000000000 --- a/testing/postgresql-plpgsql_check/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Jakub Jirutka -# Maintainer: Jakub Jirutka -pkgname=postgresql-plpgsql_check -_pkgname=plpgsql_check -pkgver=1.2.1 -pkgrel=0 -pkgdesc="Additional tools for plpgsql functions validation" -url="https://github.com/okbob/plpgsql_check" -arch="all" -license="BSD" -depends="postgresql" -makedepends="postgresql-dev" -source="$_pkgname-$pkgver.tar.gz::https://github.com/okbob/$_pkgname/archive/v$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" -options="!check" # XXX: installcheck requires running PostgreSQL - -build() { - cd "$builddir" - make USE_PGXS=1 all -} - -package() { - cd "$builddir" - make USE_PGXS=1 DESTDIR="$pkgdir" install -} - -sha512sums="bf41a9e89b387d172780264707a5e33d30ffecda76ed29d7077c477f3c70a554a86e41a8fb8f9accb773e6e1d4f0e5744b6d012db00cf2e20ded2b350ec5121d plpgsql_check-1.2.1.tar.gz" -- cgit v1.2.3