1 # Maintainer: Filipe LaĆns (FFY00) <lains@archlinux.org>
2 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
7 pkgdesc='The lightning-fast ASGI server'
9 url=https://github.com/encode/uvicorn
26 _tag=71043a9c8fb6436a63110179650e32bcae4a6cbf
27 source=(git+https://github.com/encode/uvicorn#tag=${_tag})
37 python -m build --wheel --no-isolation
41 python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
42 install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
45 # vim:set ts=2 sw=2 et: