[arch-commits] Commit in (pslist pslist/repos pslist/trunk pslist/trunk/PKGBUILD)

Alad Wenter alad at archlinux.org
Mon Jan 7 06:40:44 UTC 2019


    Date: Monday, January 7, 2019 @ 06:40:43
  Author: alad
Revision: 420923

import pslist

Added:
  pslist/
  pslist/repos/
  pslist/trunk/
  pslist/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: pslist/trunk/PKGBUILD
===================================================================
--- pslist/trunk/PKGBUILD	                        (rev 0)
+++ pslist/trunk/PKGBUILD	2019-01-07 06:40:43 UTC (rev 420923)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+pkgname=pslist
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="list all child processes for a given process ID"
+arch=('any')
+url="https://devel.ringlet.net/sysutils/pslist/"
+license=('BSD')
+depends=('perl')
+source=("https://devel.ringlet.net/files/sys/$pkgname/$pkgname-$pkgver.tar.xz"
+        "https://devel.ringlet.net/files/sys/$pkgname/$pkgname-$pkgver.tar.xz.asc")
+sha256sums=('21883c976919890167b400f93465bbb8e4d1329126853b4e343d19b7b74484fb'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make PREFIX=/usr MANDIR=/usr/share/man/man DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list