diff options
Diffstat (limited to 'aur/python-wpull')
| -rw-r--r-- | aur/python-wpull/.SRCINFO | 14 | ||||
| -rw-r--r-- | aur/python-wpull/PKGBUILD | 20 |
2 files changed, 34 insertions, 0 deletions
diff --git a/aur/python-wpull/.SRCINFO b/aur/python-wpull/.SRCINFO new file mode 100644 index 0000000..dc49015 --- /dev/null +++ b/aur/python-wpull/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = python-wpull + pkgdesc = Wget-compatible web downloader and crawler + pkgver = 2.0.1 + pkgrel = 1 + url = https://github.com/chfoo/wpull + arch = any + license = GPL + makedepends = python-setuptools + depends = python + source = https://pypi.python.org/packages/source/w/wpull/wpull-2.0.1.tar.gz + sha256sums = eaaa85f9755a5ee0ac63770e37713eb68f99a73c267abd4d1439057eedd5dca3 + +pkgname = python-wpull + diff --git a/aur/python-wpull/PKGBUILD b/aur/python-wpull/PKGBUILD new file mode 100644 index 0000000..1897e2f --- /dev/null +++ b/aur/python-wpull/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F + +pkgname=python-wpull +pkgver=2.0.1 +pkgrel=1 +pkgdesc="Wget-compatible web downloader and crawler" +arch=('any') +url="https://github.com/chfoo/wpull" +license=(GPL) +depends=('python') +makedepends=('python-setuptools') +source=("https://pypi.python.org/packages/source/w/wpull/wpull-${pkgver}.tar.gz") +sha256sums=('eaaa85f9755a5ee0ac63770e37713eb68f99a73c267abd4d1439057eedd5dca3') + +package() { + cd "${srcdir}/wpull-${pkgver}" + python setup.py install --prefix=/usr --root="$pkgdir/" +} + +# vim:set ts=2 sw=2 et: |
