mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/ps_mem 3.1-1 if it breaks...we can blame keenerd
This commit is contained in:
parent
c972038b76
commit
c2f13ea917
1 changed files with 20 additions and 0 deletions
20
aur/ps_mem/PKGBUILD
Normal file
20
aur/ps_mem/PKGBUILD
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Maintainer: Kyle Keen <keenerd@gmail.com>
|
||||
# Contributor: Ali Gündüz <gndz.ali@gmail.com>
|
||||
pkgname=ps_mem
|
||||
pkgver=3.1
|
||||
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=('536c0e561f27fb80cd11a8309946259a')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
install -Dm755 ps_mem.py "$pkgdir/usr/bin/$pkgname"
|
||||
}
|
||||
|
Loading…
Reference in a new issue