1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/postgresql-hypopg/APKBUILD
2021-03-20 17:54:27 +01:00

25 lines
760 B
Text

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
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"