desktop/transifex-client/PKGBUILD
Adrian Chaves Fernandez (Gallaecio) df5ee9f852 transifex-client: 0.10
2013-12-26 14:21:33 +00:00

24 lines
656 B
Bash

#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=transifex-client
pkgver=0.10
pkgrel=1
pkgdesc="The Transifex command-line tool"
arch=(any)
url="http://pypi.python.org/pypi/transifex-client"
license=('GPL2')
depends=('python2' 'python-distribute')
categories=('office')
source=(http://pypi.python.org/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('5549538d84b8eede6b254cd81ae024fa')
package() {
cd $srcdir/$pkgname-$pkgver
python2 setup.py install --root=$pkgdir/ --optimize=1
}