PKGBUILDs/aur/ps_mem/PKGBUILD
Kevin Mihelich fbc8c8a746 aur updates
2014-04-09 02:00:15 +00:00

21 lines
555 B
Bash

# 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"
}