mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 11:45:36 +02:00
35 lines
1 KiB
Text
35 lines
1 KiB
Text
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
|
|
pkgname=libmanticore-columnar
|
|
pkgver=4.1.1
|
|
pkgrel=0
|
|
pkgdesc="Column-oriented storage library"
|
|
url="https://manticoresearch.com/"
|
|
arch="x86_64 aarch64"
|
|
license="Apache-2.0"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/manticoresoftware/columnar/archive/refs/tags/$pkgver.tar.gz
|
|
0001-include-cstdint.patch
|
|
"
|
|
makedepends="
|
|
cmake
|
|
samurai
|
|
"
|
|
options="!check" # no tests in 2.3.0
|
|
builddir="$srcdir/columnar-$pkgver/"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
|
-DDISTR_BUILD=default \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
cmake --build build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
329b87eb970f553e4180e332cd7e035c666be00fb7310f00bbf752c3aaa24c1c067f8dadb35a929b843b55404612f761867e9c73d9eda66951f04f3325ad41fe libmanticore-columnar-4.1.1.tar.gz
|
|
ed65bd8195861ce02f21e4ef2d143aae50bc7c135504859713e33a00ec8cd4a54727c36343578ca347c7393c9a3283b803f978c70d4b265ca5b5023e1af0608a 0001-include-cstdint.patch
|
|
"
|