[arch-commits] Commit in dg/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Oct 26 06:55:27 UTC 2015


    Date: Monday, October 26, 2015 @ 07:55:27
  Author: fyan
Revision: 144997

archrelease: copy trunk to community-any

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

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

Copied: dg/repos/community-any/PKGBUILD (from rev 144996, dg/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-10-26 06:55:27 UTC (rev 144997)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20151005
+_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
+pkgrel=1
+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