summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0c7ed82575137f621266a3a855583fea0a752ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname="planetarysystemstacker-git"
_pkgname="planetarysystemstacker"
pkgver=0.8.31
pkgrel=1
pkgdesc="Produce a sharp image of a planetary system object"
arch=("x86_64")
depends=('python-opencv' 'python-astropy' 'python-scikit-image' 'python-numpy')
url='https://github.com/Rolf-Hempel/PlanetarySystemStacker'
license=('GPL3')
source=("$pkgname::git+https://github.com/Rolf-Hempel/PlanetarySystemStacker.git")
sha256sums=('SKIP')

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