summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2adddda00087f54c35aea8a60225bfaf87eea47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Dan Trickey
# Contributor: Dan Trickey
# This file is automatically generated by Arch Nemesis
pkgname=python-zoloto
pkgver=0.6.1
pkgrel=3
pkgdesc='A fiducial marker system powered by OpenCV'
arch=('any')
url="https://github.com/"
license=('BSD')
depends=('python' 'opencv' 'python-cached-property')
makedepends=('python-setuptools')
source=('https://api.github.com/repos/RealOrangeOne/zoloto/tarball/0.6.1')
sha512sums=('c198bb751607d525e17df5adac70d547189ba79dbb3d27404982dd543087f517b3b18dfab56d8170ff459178409c763e81d36ac5ce6ba4907afa44c386d0d6bc')

prepare() {
  cd $(ls ${srcdir} | grep zoloto)
  patch --forward --strip=1 --input="${srcdir}/setup.patch"
}

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