1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Guillaume Horel <guillaume.horel@gmail.com>
4 pkgname=python-lru-dict
7 pkgdesc='A fast and memory efficient LRU cache for Python'
9 url=https://github.com/amitdev/lru-dict
16 _tag=8bdcd75a11f629aff4b15ec0ae0faaf165a44fb1
17 source=(git+https://github.com/amitdev/lru-dict.git#tag=${_tag})
22 git describe --tags | sed 's/^v//'
27 python setup.py build_ext
32 python setup.py install --root="${pkgdir}" --optimize=1
33 install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-lru-dict/