mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/timescaledb: new aport
This commit is contained in:
parent
e2c99a977c
commit
3c52594852
26
testing/timescaledb/APKBUILD
Normal file
26
testing/timescaledb/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: wener <wenermail@gmail.com>
|
||||
# Maintainer: wener <wenermail@gmail.com>
|
||||
pkgname="timescaledb"
|
||||
pkgver="1.3.2"
|
||||
pkgrel=0
|
||||
pkgdesc="An open-source database designed to make SQL scalable for time-series data"
|
||||
url="https://github.com/timescale/timescaledb"
|
||||
arch="all"
|
||||
license="Apache-2.0"
|
||||
makedepends="postgresql-dev cmake bash"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/timescale/timescaledb/archive/$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
BUILD_FORCE_REMOVE=true ./bootstrap
|
||||
make -C build USE-PGXS=1
|
||||
}
|
||||
|
||||
check() {
|
||||
make -C build test
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C build USE_PGXS=1 DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="9dd17fafd1b327893d2ff1ce86ae4c41e1248d8c1f502de064e8cce04335fa321610bb5d7d399fdaa8ec07c9e56ea520100ecbe320ea109c6a59b87a7c2d93f7 timescaledb-1.3.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user