[arch-commits] Commit in nuitka/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Aug 13 23:08:34 UTC 2018


    Date: Monday, August 13, 2018 @ 23:08:33
  Author: arodseth
Revision: 371340

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
    (from rev 371339, nuitka/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: nuitka/repos/community-any/PKGBUILD (from rev 371339, nuitka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-13 23:08:33 UTC (rev 371340)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at 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:



More information about the arch-commits mailing list