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

Konstantin Gizdov kgizdov at archlinux.org
Thu Oct 1 21:28:53 UTC 2020


    Date: Thursday, October 1, 2020 @ 21:28:53
  Author: kgizdov
Revision: 714359

archrelease: copy trunk to community-staging-x86_64

Added:
  nvtop/repos/community-staging-x86_64/
  nvtop/repos/community-staging-x86_64/PKGBUILD
    (from rev 714358, nvtop/trunk/PKGBUILD)

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

Copied: nvtop/repos/community-staging-x86_64/PKGBUILD (from rev 714358, nvtop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-01 21:28:53 UTC (rev 714359)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Maxime Schmitt <maxime.schmitt91 at gmail.com>
+
+pkgname=nvtop
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="An htop like monitoring tool for NVIDIA GPUs"
+arch=('x86_64')
+url="https://github.com/Syllo/nvtop"
+license=('GPL3')
+depends=('nvidia-utils' 'ncurses')
+makedepends=('cmake' 'cuda')
+source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('de3d7b6a889f886f3bc28c15c3c34cfb6fcb7cb7ebc9a0cc36c3c77d837029b1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list