summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12e964fb33d6aa811008b66f9721d76d619b0483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Panagiotis Mavrogiorgos <pmav99@gmail.com>

pkgname=nuitka
pkgver=0.5.32.4
pkgrel=1
pkgdesc='Python to native compiler'
arch=('any')
url='https://nuitka.net/'
license=('APACHE')
depends=('python')
makedepends=('python-setuptools')
options=('!emptydirs')
optdepends=('chrpath: for building standalone executables')
source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
sha256sums=('7e84fbc1d248c1f5c0f0d52bf3c4290d03838dd71475baf4ab07b541d40398c4'
            'SKIP')
validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen

package() {
  cd "Nuitka-${pkgver%.0}"

  python setup.py install --root="$pkgdir" --optimize=1
}

# getver: nuitka.net/pages/download.html
# vim: sw=2 ts=2 et: