[arch-commits] Commit in pslist/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:47:49 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:47:48
  Author: felixonmars
Revision: 660102

archrelease: copy trunk to community-staging-any

Added:
  pslist/repos/community-staging-any/
  pslist/repos/community-staging-any/PKGBUILD
    (from rev 660101, pslist/trunk/PKGBUILD)

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

Copied: pslist/repos/community-staging-any/PKGBUILD (from rev 660101, pslist/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:47:48 UTC (rev 660102)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+pkgname=pslist
+pkgver=1.4.0
+pkgrel=2
+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