[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 8 14:15:44 UTC 2014


    Date: Monday, December 8, 2014 @ 15:15:43
  Author: bpiotrowski
Revision: 123654

newpkg: git-review 1.24-4

Added:
  git-review/
  git-review/repos/
  git-review/trunk/
  git-review/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: git-review/trunk/PKGBUILD
===================================================================
--- git-review/trunk/PKGBUILD	                        (rev 0)
+++ git-review/trunk/PKGBUILD	2014-12-08 14:15:43 UTC (rev 123654)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgname=git-review
+pkgver=1.24
+pkgrel=4
+pkgdesc='Tool to submit code to Gerrit'
+arch=('any')
+url='https://github.com/openstack-infra/git-review'
+license=('APACHE')
+depends=('python-requests' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/g/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('537c78591e74853c204c5b3d88c0c4fd')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir"
+  install -Dm644 git-review.1 "$pkgdir"/usr/share/man/man1/git-review.1
+}


Property changes on: git-review/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list