Date: Thursday, October 1, 2015 @ 11:05:28
  Author: fyan
Revision: 142289

archrelease: copy trunk to community-any

Added:
  python-deepin-storm/repos/community-any/
  python-deepin-storm/repos/community-any/PKGBUILD
    (from rev 142288, python-deepin-storm/trunk/PKGBUILD)

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

Copied: python-deepin-storm/repos/community-any/PKGBUILD (from rev 142288, 
python-deepin-storm/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2015-10-01 09:05:28 UTC (rev 142289)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgbase=python-deepin-storm
+pkgname=python2-deepin-storm
+pkgver=0.3.20140625
+_commit=e6fe6aab1cadca5ed2ed6f086fb2db9699e00416
+pkgrel=1
+pkgdesc="A download library and powerful download manager"
+arch=('any')
+url=("https://github.com/linuxdeepin/deepin-storm";)
+license=('GPL')
+depends=('python2')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/deepin-storm.git#commit=$_commit";)
+md5sums=('SKIP')
+
+build() {
+  cd deepin-storm
+  python2 setup.py build
+}
+
+package_python2-deepin-storm() {
+  cd deepin-storm
+  python2 setup.py install -O1 --root="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to