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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Feb 12 08:33:33 UTC 2019


    Date: Tuesday, February 12, 2019 @ 08:33:31
  Author: mtorromeo
Revision: 431856

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 08:33:15 UTC (rev 431855)
+++ PKGBUILD	2019-02-12 08:33:31 UTC (rev 431856)
@@ -1,22 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nmon
-pkgver=16h
-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=('e23b2dfc2804cc2947976fcace6834dcd55e73de18fa31e2bf905fabb989ceea')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -D JFS -D GETUSER -D LARGEMEM -lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 431855, nmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-12 08:33:31 UTC (rev 431856)
@@ -0,0 +1,22 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nmon
+pkgver=16i
+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=('af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -D JFS -D GETUSER -D LARGEMEM -lncurses -lm -g -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}



More information about the arch-commits mailing list