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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 24 11:13:29 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:13:29
  Author: foutrelis
Revision: 201403

archrelease: copy trunk to community-staging-any

Added:
  dg/repos/community-staging-any/
  dg/repos/community-staging-any/PKGBUILD
    (from rev 201402, dg/trunk/PKGBUILD)

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

Copied: dg/repos/community-staging-any/PKGBUILD (from rev 201402, dg/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-24 11:13:29 UTC (rev 201403)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20160303
+_commit=6f97648e74fb0e952107bf7aa9f30d0276b2bd47
+pkgrel=2
+pkgdesc="A simple language that compiles to CPython bytecode"
+arch=('any')
+url="https://pyos.github.io/dg"
+license=('MIT')
+depends=('python')
+makedepends=('git')
+source=("git://github.com/pyos/dg.git#commit=$_commit")
+md5sums=('SKIP')
+
+package() {
+  cd dg
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list