summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9646c6cbd01a0816177d59d07f580a41544bde97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
pkgname=jaziku
pkgver=1.0.0
pkgrel=2
pkgdesc="Jaziku is statistical inference software for the teleconnections analysis"
url="https://github.com/XavierCLL/Jaziku"
arch=('i686' 'x86_64')
license=('GPLv3')
depends=('python' 'python-distribute' 'python-scipy' 'python-dateutil' 'python-matplotlib' 'python-numpy' 'python-pillow' 'python-clint' 'imagemagick' 'dos2unix')
optdepends=('ncl: maps' 'hpgl: interpolation')
source=("https://github.com/XavierCLL/Jaziku/archive/refs/heads/py3.zip")
sha256sums=('SKIP')

build() {
    cd Jaziku-py3
    python ./setup.py build
}

package(){
    cd Jaziku-py3
    python ./setup.py install --root=$pkgdir
}