summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d3dbee30e0889ba2b364b8653f5940fbcd1adebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Aman Sinha

pkgname=mongodb-shell
pkgver=0.6.1
pkgrel=1
pkgdesc='The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.'
url='https://www.mongodb.com/'
license=('apache-2.0')
optdepends=('mongodb-bin')
provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux.tgz")
sha256sums=("6896d77224ca3edbd0c031b0904b5a8a55043851780c7e547f1a70e48bdac540")
options=(!strip)
package() {
  cd $srcdir
  install -Dm755 mongosh $pkgdir/usr/bin/mongosh
}