summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8545ef1609104a7eba0e60d33475f93c7bbc1c64 (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=2
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
}