[arch-commits] Commit in uwsgitop/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:18:50 UTC 2019


    Date: Monday, November 4, 2019 @ 06:18:49
  Author: felixonmars
Revision: 523358

archrelease: copy trunk to community-staging-any

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

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

Copied: uwsgitop/repos/community-staging-any/PKGBUILD (from rev 523357, uwsgitop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 06:18:49 UTC (rev 523358)
@@ -0,0 +1,23 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=uwsgitop
+pkgver=0.11
+pkgrel=3
+pkgdesc="uWSGI top-like app"
+arch=('any')
+url="https://github.com/xrmx/uwsgitop"
+license=('MIT')
+depends=('python-simplejson')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('bf75ce3b3a781f1ffd2b9bc75577808338dbd9e34dae8248b5fe89ce5989b4240bb11cb6132c95f081fc8b2fef4cd5cdacd5d9b421552ce7f87c9ae79a317d59')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list