[arch-commits] Commit in dg/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:52:59 UTC 2020
Date: Thursday, November 12, 2020 @ 18:52:59
Author: foutrelis
Revision: 753231
archrelease: copy trunk to community-staging-any
Added:
dg/repos/community-staging-any/
dg/repos/community-staging-any/PKGBUILD
(from rev 753230, dg/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: dg/repos/community-staging-any/PKGBUILD (from rev 753230, dg/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:52:59 UTC (rev 753231)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20160916
+_commit=9d9a5365c8ee28d4812062db1e9932754260d2d0
+pkgrel=4
+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