# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=postgresql-hypopg _projname=hypopg pkgver=1.2.0 pkgrel=0 pkgdesc="An extension adding hypothetical indexes in PostgreSQL" url="https://github.com/HypoPG/hypopg" arch="all" license="PostgreSQL" depends="postgresql" makedepends="postgresql-dev" source="https://github.com/HypoPG/hypopg/archive/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$_projname-$pkgver" options="!check" # tests require running PostgreSQL build() { make } package() { make install DESTDIR="$pkgdir" } sha512sums="28f6518471e8bf2369d2f5919e98cb05a2afeb08b8c802a54beae850a070ff3f11a861a28eec779ad2ee21dbc28cebf4e4e6ef88b2ce197c60f007817b773c5d postgresql-hypopg-1.2.0.tar.gz"