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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jun 5 13:12:34 UTC 2014


    Date: Thursday, June 5, 2014 @ 15:12:34
  Author: flexiondotorg
Revision: 112714

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/
  ps_mem/repos/community-any/PKGBUILD
    (from rev 112713, ps_mem/trunk/PKGBUILD)

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

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 112713, ps_mem/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-06-05 13:12:34 UTC (rev 112714)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+# Contributor: Ali Gündüz <gndz.ali at gmail.com>
+
+pkgname=ps_mem
+pkgver=3.2
+pkgrel=3
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/"
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=8c5aa73e7998c35cdd7aeebda3cd40110951f746")
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+




More information about the arch-commits mailing list