summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f017ab519c7e17317169ad1a030d3bd7eae54f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname="exoplanet-git"
_pkgname="exoplanet"
pkgver=0.5.3
pkgrel=1
pkgdesc="Fast & scalable MCMC for all your exoplanet needs! "
arch=("x86_64")
url='https://github.com/exoplanet-dev/exoplanet'
license=('MIT')
makedepends=('python-setuptools')
source=("$pkgname::git+https://github.com/exoplanet-dev/exoplanet.git")
sha256sums=('SKIP')


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