1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
3 pkgname=python-compiler
6 pkgdesc='Python bytecode compiler written in Python'
8 url='https://github.com/facebookincubator/python-compiler'
10 makedepends=(git python python-setuptools)
11 source=("git+$url#commit=5a9a30b3d5fae5337ff449030873a58b35e875a4") # no release tags yet
21 python setup.py install --optimize=1 --root="$pkgdir" --skip-build
22 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"