summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b53e9341af87c1cfca975d44a191fa820c26b2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Éric Gillet <eric+aur@linuxw.info>
pkgname=jungle-git
pkgver=1.1.11
pkgrel=1
pkgdesc="AWS operations by cli should be simpler"
arch=('any')
url="AWS operations by cli should be simpler"
license=('MIT')
depends=('python' 
         'python-boto3'
         'python-botocore'
         'python-click')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
source=('git+https://github.com/achiku/jungle.git')
md5sums=('SKIP')

package() {
  cd "$srcdir/jungle"
  python setup.py install --root="$pkgdir/" --optimize=1
}

# vim:set ts=2 sw=2 et: