# Contributor: Jan-Erik Rediger # Contributor: Khorne # Maintainer: Aurélien Desbrières pkgname=legit pkgver=1.1.0 pkgrel=2 pkgdesc="Simplified CLI front-end for git, inspired by ™ for ™" arch=('any') url=https://github.com/kennethreitz/legit license=('BSD3') depends=('python' 'python-args' 'python-click' 'python-clint' 'python-crayons' 'python-gitdb' 'python-gitpython' 'python-six') makedepends=('git' 'python-setuptools') conflicts=('legit-git') replaces=('legit-git') source=(https://github.com/frostming/legit/archive/v${pkgver}.tar.gz) sha256sums=('01730a890ec6df43446f5eca5128fb824bc2e5a9bc9430c5ed6b5814726ec09f') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed -ni 's/GitPython==2.1.8/GitPython>=2.1.8/' ./reqs.txt } package() { cd "${srcdir}/${pkgname}-${pkgver}" python setup.py install --root=${pkgdir} install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }