Date: Monday, August 13, 2018 @ 23:07:17 Author: arodseth Revision: 371339
archrelease: copy trunk to community-any Deleted: nuitka/repos/community-any/PKGBUILD ----------+ PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-08-13 23:06:42 UTC (rev 371338) +++ PKGBUILD 2018-08-13 23:07:17 UTC (rev 371339) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Alexander F. Rødseth <[email protected]> -# Contributor: Panagiotis Mavrogiorgos <[email protected]> - -pkgname=nuitka -pkgver=0.5.32.1 -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=('eb95783171f5bd71ff88979092448202b965ed873b8f3a2c506209cf52e78dc9' - '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:
