summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7afa74ac9ed037666d0d9c5eb3b6a58f9d05ebbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Dan Trickey
# Contributor: Dan Trickey
# This file is automatically generated by Arch Nemesis
pkgname=python-pyquaternion
pkgver=0.9.9
pkgrel=1
pkgdesc='A fully featured, pythonic library for representing and using quaternions'
arch=('any')
url="https://github.com/"
license=('MIT')
depends=('python' 'python-numpy')
makedepends=('python-setuptools')
source=('https://api.github.com/repos/KieranWynn/pyquaternion/tarball/v0.9.9')
sha512sums=('9bd478dad5d70dce857083b2d289e7f7babd25f4fdb6e15601aa4ec1b560ee188fc14829a7f1b9060d062d04ab21afc86001b496bfe3aa688200a09c7e98cf9f')

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