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

Felix Yan felixonmars at archlinux.org
Sat Nov 10 05:18:46 UTC 2018


    Date: Saturday, November 10, 2018 @ 05:18:46
  Author: felixonmars
Revision: 405634

archrelease: copy trunk to community-staging-any

Added:
  dstat/repos/community-staging-any/
  dstat/repos/community-staging-any/PKGBUILD
    (from rev 405633, dstat/trunk/PKGBUILD)

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

Copied: dstat/repos/community-staging-any/PKGBUILD (from rev 405633, dstat/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-10 05:18:46 UTC (rev 405634)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Schnouki <thomas.jost at gmail.com>
+# Contributor: devon <admin at patched.biz>
+
+pkgname=dstat
+pkgver=0.7.3
+pkgrel=3
+pkgdesc="A versatile resource statistics tool"
+arch=('any')
+url="http://dag.wieers.com/home-made/dstat/"
+license=('GPL')
+depends=('python2')
+source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
+md5sums=('be27c905e6737993306dbbcee735e8ad')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir docs
+}



More information about the arch-commits mailing list