[arch-commits] Commit in psmisc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Feb 7 20:02:43 UTC 2021


    Date: Sunday, February 7, 2021 @ 20:02:43
  Author: eworm
Revision: 407605

archrelease: copy trunk to testing-x86_64

Added:
  psmisc/repos/testing-x86_64/
  psmisc/repos/testing-x86_64/PKGBUILD
    (from rev 407604, psmisc/trunk/PKGBUILD)

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

Copied: psmisc/repos/testing-x86_64/PKGBUILD (from rev 407604, psmisc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-02-07 20:02:43 UTC (rev 407605)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=psmisc
+pkgver=23.4
+pkgrel=1
+pkgdesc='Miscellaneous procfs tools'
+arch=('x86_64')
+url='https://gitlab.com/psmisc/psmisc'
+license=('GPL')
+depends=('ncurses')
+source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list