mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
# Contributor: Marc Vertes <marc.vertes@ugrid.net>
|
|
# Maintainer: Marc Vertes <marc.vertes@ugrid.net>
|
|
pkgname=mongodb-tools
|
|
pkgver=3.6.4
|
|
pkgrel=0
|
|
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
|
|
url="https://github.com/mongodb/mongo-tools"
|
|
arch="all !s390x !aarch64"
|
|
license="Apache"
|
|
makedepends="$depends_dev go cyrus-sasl-dev libressl-dev libpcap-dev"
|
|
options="!check"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz
|
|
fix-build.patch
|
|
libressl.patch
|
|
"
|
|
builddir="$srcdir"/mongo-tools-r$pkgver
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./build.sh sasl ssl
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir/bin"
|
|
local bindir="$pkgdir/usr/bin"
|
|
mkdir -p "$bindir"
|
|
cp bsondump mongostat mongofiles mongoexport mongoimport \
|
|
mongorestore mongodump mongotop mongoreplay \
|
|
"$bindir"
|
|
}
|
|
|
|
sha512sums="53d06fa4a1b58de8001d6bf6e85f7edc97ce2cfbbb69c1ab05219deaa05ad9dd77d93f98c5526b4f58644a766e1b0f123686358095f059c71a4277634603f23f mongodb-tools-3.6.4.tar.gz
|
|
74e432b354fd75209b87461e54f79a173ba0d647a2e45a48d520ee9342236b6a50ef1c634312f4804402578b8534d59ebf10973ce90cae2bbe76407102f2b404 fix-build.patch
|
|
ddc4a5a93717dbaa6b6b816bdaaecaa6990c6b8fdf390f37e98d358cdffb9561a8ffb34a2af2c170fee7d181d343f2090b3b1a36ac4989bcc67ca493faeb946e libressl.patch"
|