Date: Monday, October 26, 2015 @ 21:28:08 Author: arodseth Revision: 145044
Moving from AUR. Needed by another [community] package. Requested by felixonmars Added: python-clint/ python-clint/repos/ python-clint/repos/community-any/ python-clint/trunk/ python-clint/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: python-clint/trunk/PKGBUILD =================================================================== --- python-clint/trunk/PKGBUILD (rev 0) +++ python-clint/trunk/PKGBUILD 2015-10-26 20:28:08 UTC (rev 145044) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <[email protected]> + +pkgname=python-clint +pkgver=0.5.1 +pkgrel=1 +pkgdesc='Module for developing commandline applications' +arch=('any') +url='http://pypi.python.org/pypi/clint/' +license=('custom:ISC') +depends=('python') +source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz") +sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa') + +package() { + cd "clint-$pkgver" + + python setup.py install \ + --install-data="/usr/share/doc/$pkgname" --root="$pkgdir" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: python-clint/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
