summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 507b26dcc75af2ddb178f3dffc5519c92bdd915e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: reno.esper@gmail.com
# Contributor: geert@hendrickx.be

pkgname=mongodb-mtools
_pkgname=mtools
pkgver=1.6.4
pkgrel=1
arch=('x86_64')
url="https://github.com/rueckstiess/mtools"
pkgdesc="A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files"
license=('Apache License')
depends=('python' 'python-dateutil' 'python-setuptools')
optdepends=('python-psutil' 'python-pymongo' 'python-matplotlib' 'python-numpy')
makedepends=('python-setuptools')
source=("https://github.com/rueckstiess/mtools/archive/v$pkgver.tar.gz")
sha256sums=('420e22180130fc8c2b78b3a6cd9389f36badf5edfa58c34ca54729641ae5b666')

package() {
  cd $srcdir/$_pkgname-${pkgver}
  python setup.py install --root=$pkgdir
}