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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Dec 6 23:32:57 UTC 2021


    Date: Monday, December 6, 2021 @ 23:32:57
  Author: mtorromeo
Revision: 1065421

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-06 23:23:37 UTC (rev 1065420)
+++ PKGBUILD	2021-12-06 23:32:57 UTC (rev 1065421)
@@ -1,22 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=16m
-pkgrel=2
-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=('2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1')
-
-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 1065420, nmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-06 23:32:57 UTC (rev 1065421)
@@ -0,0 +1,22 @@
+# 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"
+}



More information about the arch-commits mailing list