1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/postgresql-temporal_tables/APKBUILD
Jakub Jirutka 9424973b1f community/*: rebuild against postgresql15
All aports that makedepend on postgresql-dev, except
postgresql-timescaledb that still doesn't support PostgreSQL 15 -
I will deal with it later.
2022-11-22 00:02:58 +01:00

30 lines
906 B
Text

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql-temporal_tables
_projname=temporal_tables
pkgver=1.2.0_p20210220
_gitrev=3ce22da51f2549e8f8b8fbf2850c63eb3a2f1fbb
pkgrel=3
pkgdesc="Temporal Tables PostgreSQL Extension"
url="https://github.com/arkhipov/temporal_tables"
arch="all"
license="BSD-2-Clause"
makedepends="postgresql-dev"
source="https://github.com/arkhipov/temporal_tables/archive/$_gitrev/$pkgname-$_gitrevr.tar.gz"
builddir="$srcdir/$_projname-$_gitrev"
options="!check"
build() {
make
}
package() {
depends="postgresql$(pg_config --major-version)"
make install DESTDIR="$pkgdir"
# Contains just README.md.
rm -Rf "$pkgdir"/usr/share/doc
}
sha512sums="94c35f4020d2ea3bcca5debb026d1a4121b468d4171563e228b5aa321c75402a93f5626825d5d6ac0fa1e11bacad9cc9cf86788d95444b38c9d35a946c5a8f6f postgresql-temporal_tables-.tar.gz"