[arch-commits] Commit in git-review/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Sep 19 16:29:12 UTC 2015
Date: Saturday, September 19, 2015 @ 18:29:10
Author: foutrelis
Revision: 246652
archrelease: copy trunk to staging-any
Added:
git-review/repos/staging-any/
git-review/repos/staging-any/PKGBUILD
(from rev 246651, git-review/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: git-review/repos/staging-any/PKGBUILD (from rev 246651, git-review/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2015-09-19 16:29:10 UTC (rev 246652)
@@ -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.25.0
+pkgrel=2
+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=('0a061d0e23ee9b93c6212a3fe68fb7ab')
+
+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
+}
More information about the arch-commits
mailing list