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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:19:21 UTC 2018


    Date: Friday, November 9, 2018 @ 22:19:21
  Author: foutrelis
Revision: 404916

archrelease: copy trunk to community-staging-any

Added:
  shedskin/repos/community-staging-any/
  shedskin/repos/community-staging-any/PKGBUILD
    (from rev 404915, shedskin/trunk/PKGBUILD)

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

Copied: shedskin/repos/community-staging-any/PKGBUILD (from rev 404915, shedskin/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:19:21 UTC (rev 404916)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=shedskin
+pkgver=0.9.4
+pkgrel=3
+pkgdesc='Python to C++ compiler'
+arch=('any')
+url='https://shedskin.github.io/'
+license=('GPL2')
+depends=('pcre' 'gc' 'python2')
+makedepends=('git')
+source=("git+https://github.com/shedskin/shedskin.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's:bin/python:usr/bin/python:' "$pkgname/scripts/$pkgname"
+}
+
+package() {
+  cd "$pkgname"
+
+  python2 setup.py install --prefix="$pkgdir/usr"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list