1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=python2-monotonic
6 pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
8 url='https://pypi.python.org/pypi/monotonic'
11 makedepends=('python2-setuptools' 'git')
12 source=("git+https://github.com/atdt/monotonic#tag=$pkgver")
17 python2 setup.py install --root="$pkgdir" --optimize=1