aur/ps_mem is now in community

This commit is contained in:
Jason Plum 2014-06-05 17:14:38 -04:00
parent e4d6a6f671
commit 3a7688dada

View file

@ -1,20 +0,0 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Ali Gündüz <gndz.ali@gmail.com>
pkgname=ps_mem
pkgver=3.2
pkgrel=1
pkgdesc="List processes by memory usage"
arch=('any')
url="http://www.pixelbeat.org/scripts/"
license=('GPL')
# compatible with both py2 and py3
depends=('python')
#source=("https://raw.github.com/pixelb/scripts/master/scripts/$pkgname.py")
source=("http://www.pixelbeat.org/scripts/$pkgname.py")
md5sums=('e1a18bfd753914632c107d51c2a6b09f')
package() {
cd "$srcdir"
install -Dm755 ps_mem.py "$pkgdir/usr/bin/$pkgname"
}