[arch-commits] Commit in uwsgitop/repos (community-any community-any/PKGBUILD)

Giancarlo Razzolini grazzolini at archlinux.org
Fri Dec 23 20:21:01 UTC 2016


    Date: Friday, December 23, 2016 @ 20:21:00
  Author: grazzolini
Revision: 201286

archrelease: copy trunk to community-any

Added:
  uwsgitop/repos/community-any/
  uwsgitop/repos/community-any/PKGBUILD
    (from rev 201285, uwsgitop/trunk/PKGBUILD)

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

Copied: uwsgitop/repos/community-any/PKGBUILD (from rev 201285, uwsgitop/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-12-23 20:21:00 UTC (rev 201286)
@@ -0,0 +1,22 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=uwsgitop
+pkgver=0.9
+pkgrel=1
+pkgdesc="uWSGI top-like app"
+arch=('any')
+url="https://github.com/xrmx/uwsgitop"
+license=('MIT')
+depends=('python2-simplejson')
+makedepends=('python2-setuptools')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('d382751ae2fe97749890ebe0cb27d33df095f42dbb440fbeda78f83015c85762b44c8d41ca5e8e3ac9385f47f7fd37203e29c19dd9b12053dcbd6da03eff8fc5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list