summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e15d15482eb19884ee1543689749594ab8687e3d (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.5
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=("")
sha512sums=('')

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