[arch-commits] Commit in nmon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Feb 28 11:31:31 UTC 2022


    Date: Monday, February 28, 2022 @ 11:31:31
  Author: mtorromeo
Revision: 1138373

archrelease: copy trunk to community-x86_64

Added:
  nmon/repos/community-x86_64/PKGBUILD
    (from rev 1138372, nmon/trunk/PKGBUILD)
Deleted:
  nmon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 11:31:25 UTC (rev 1138372)
+++ PKGBUILD	2022-02-28 11:31:31 UTC (rev 1138373)
@@ -1,22 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=16n
-pkgrel=1
-pkgdesc="AIX & Linux Performance Monitoring tool"
-arch=('x86_64')
-url="http://nmon.sourceforge.net"
-license=('GPL')
-depends=('ncurses')
-source=("https://downloads.sourceforge.net/$pkgname/lmon$pkgver.c")
-sha256sums=('c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2')
-
-build() {
-  cd "$srcdir"
-  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
-}
-
-package() {
-  cd "$srcdir"
-  install -D -m 0755 nmon "$pkgdir/usr/bin/nmon"
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 1138372, nmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 11:31:31 UTC (rev 1138373)
@@ -0,0 +1,23 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16n
+pkgrel=2
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('x86_64')
+url="http://nmon.sourceforge.net"
+license=('GPL')
+depends=('ncurses')
+options=('debug')
+source=("https://downloads.sourceforge.net/$pkgname/lmon$pkgver.c")
+sha256sums=('c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2')
+
+build() {
+  cd "$srcdir"
+  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
+}
+
+package() {
+  cd "$srcdir"
+  install -D -m 0755 nmon "$pkgdir/usr/bin/nmon"
+}



More information about the arch-commits mailing list