PKGBUILDs/aur/ps_mem/PKGBUILD

21 lines
555 B
Bash
Raw Normal View History

# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Ali Gündüz <gndz.ali@gmail.com>
pkgname=ps_mem
2014-04-09 02:00:15 +00:00
pkgver=3.2
pkgrel=1
pkgdesc="List processes by memory usage"
2014-04-09 02:00:15 +00:00
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")
2014-04-09 02:00:15 +00:00
md5sums=('e1a18bfd753914632c107d51c2a6b09f')
2014-04-09 02:00:15 +00:00
package() {
cd "$srcdir"
install -Dm755 ps_mem.py "$pkgdir/usr/bin/$pkgname"
}