[arch-commits] Commit in nuitka/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 17:45:24 UTC 2018


    Date: Saturday, June 30, 2018 @ 17:45:24
  Author: foutrelis
Revision: 348687

archrelease: copy trunk to community-staging-any

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

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

Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 348684, nuitka/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 17:45:24 UTC (rev 348687)
@@ -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.30
+pkgrel=2
+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=('f4480ee50bc553b91151d1a550aad35447481de73fcec80f52ba846d907840b6'
+            '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