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

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


    Date: Thursday, June 5, 2014 @ 15:12:01
  Author: flexiondotorg
Revision: 112713

Initial import.

Added:
  ps_mem/
  ps_mem/repos/
  ps_mem/trunk/
  ps_mem/trunk/PKGBUILD

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

Added: ps_mem/trunk/PKGBUILD
===================================================================
--- ps_mem/trunk/PKGBUILD	                        (rev 0)
+++ ps_mem/trunk/PKGBUILD	2014-06-05 13:12:01 UTC (rev 112713)
@@ -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"
+}
+


Property changes on: ps_mem/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list