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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 24 11:08:10 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:08:09
  Author: foutrelis
Revision: 201384

archrelease: copy trunk to community-staging-any

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

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

Copied: nuitka/repos/community-staging-any/PKGBUILD (from rev 201382, nuitka/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-24 11:08:09 UTC (rev 201384)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Panagiotis Mavrogiorgos <pmav99 at gmail.com>
+
+pkgname=nuitka
+pkgver=0.5.24.1
+pkgrel=2
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz")
+sha256sums=('f1d3c2126354c4c91e4534b0b256464de0f96f9b2a9052bae5ab50d544f2f416')
+
+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