summaryrefslogtreecommitdiff
path: root/pcr/legit/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-01 05:30:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-01 05:30:43 -0500
commit0aff6ccf8d037785b1cc294c53afe7a3b3b9ef53 (patch)
tree47b7e4a94704d51e1037c904a433aff31faf1cf1 /pcr/legit/PKGBUILD
parent3eb9dfc25574c4242270709252bfac78a0ba12c0 (diff)
legit-git-0.r262.ab2adb4-1: updating version
Diffstat (limited to 'pcr/legit/PKGBUILD')
-rw-r--r--pcr/legit/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/legit/PKGBUILD b/pcr/legit/PKGBUILD
deleted file mode 100644
index cefb7ffe9..000000000
--- a/pcr/legit/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor (Arch) : Jan-Erik Rediger <badboy at archlinux dot us>
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=legit
-pkgver=0.r228.473d87d
-pkgrel=1
-pkgdesc="Sexy Git CLI, Inspired by GitHub for Mac™."
-arch=('any')
-url="https://github.com/kennethreitz/legit"
-license=('BSD')
-depends=('python2' 'python2-gitpython' 'python2-clint' 'python2-gitdb' 'python2-args')
-makedepends=('git')
-source=("http://www.hackers-lab.org/files/legit.tar.gz")
-
-#pkgver() {
-# cd "$srcdir/$pkgname"
-# printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-#}
-
-package() {
- cd "$srcdir/$pkgname"
-
- python2 setup.py install --root=$pkgdir
- install -Dm644 LICENSE \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 sts=2 et: