# Maintainer: Chocobo1 pkgname=nuitka-git pkgver=0.6.3.r0.g3cf363c2 pkgrel=1 pkgdesc="A Python compiler" arch=('any') url="https://nuitka.net/" license=('apache') depends=('python') makedepends=('git' 'python-setuptools') optdepends=('chrpath: for building standalone executables') provides=('nuitka') conflicts=('nuitka') options=('!emptydirs') source=("git+https://git.nuitka.net/Nuitka.git") sha256sums=('SKIP') pkgver() { cd "Nuitka" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } package() { cd "Nuitka" python "setup.py" install \ --optimize 1 \ --root "$pkgdir" }