# $Id: PKGBUILD 142289 2015-10-01 09:05:28Z fyan $
# Maintainer: Felix Yan <felixonmars@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:
