Package Details: elasticdump 6.110.0-1

Git Clone URL: https://aur.archlinux.org/elasticdump.git (read-only, click to copy)
Package Base: elasticdump
Description: Import and export tools for Elasticsearch
Upstream URL: https://github.com/taskrabbit/elasticsearch-dump
Licenses: Apache
Submitter: dywedir
Maintainer: silvan
Last Packager: silvan
Votes: 5
Popularity: 0.000158
First Submitted: 2016-02-08 10:25 (UTC)
Last Updated: 2024-01-26 19:28 (UTC)

Latest Comments

bidulock commented on 2021-01-23 13:56 (UTC)

Please add 'jq' to makedepends.

arjunv commented on 2019-05-02 12:16 (UTC)

Upstream is at version 6.0.0 now. Any reason why we haven't modified the PKGBUILD to the same yet?

Nefelim4ag commented on 2018-04-28 16:49 (UTC) (edited on 2018-04-28 16:49 (UTC) by Nefelim4ag)

# Contributor: Johannes Dewender  arch at JonnyJD dot net
# Contributor: Vlad M. <vlad@archlinux.net>

pkgname=elasticdump
pkgver=3.3.12
pkgrel=1
pkgdesc="Import and export tools for Elasticsearch"
arch=(any)
url="https://www.npmjs.com/package/elasticdump"
license=("Apache")
depends=('nodejs')
makedepends=('npm')
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
sha256sums=('SKIP')
noextract=("$pkgname-$pkgver.tgz")

package() {
  npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"
  #rm -r "$pkgdir/usr/etc"
}

JonnyJD commented on 2017-05-21 17:40 (UTC)

updated to 3.3.0 According to the version notes, this is not fully compatible with elasticsearch < 5 I created https://aur.archlinux.org/packages/elasticdump2/ because of that.