mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/ps_mem is now in community
This commit is contained in:
parent
e4d6a6f671
commit
3a7688dada
1 changed files with 0 additions and 20 deletions
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in a new issue