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

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


    Date: Monday, October 26, 2015 @ 07:55:03
  Author: fyan
Revision: 144996

addpkg: dg 1.1.0.20151005-1

Added:
  dg/
  dg/repos/
  dg/trunk/
  dg/trunk/PKGBUILD

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

Added: dg/trunk/PKGBUILD
===================================================================
--- dg/trunk/PKGBUILD	                        (rev 0)
+++ dg/trunk/PKGBUILD	2015-10-26 06:55:03 UTC (rev 144996)
@@ -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"
+}


Property changes on: dg/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list