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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:34:32 UTC 2019


    Date: Monday, November 4, 2019 @ 06:34:32
  Author: felixonmars
Revision: 523428

archrelease: copy trunk to community-staging-any

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

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

Copied: dg/repos/community-staging-any/PKGBUILD (from rev 523425, dg/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 06:34:32 UTC (rev 523428)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20160916
+_commit=9d9a5365c8ee28d4812062db1e9932754260d2d0
+pkgrel=3
+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