Date: Tuesday, February 16, 2021 @ 08:59:09
  Author: kgizdov
Revision: 862264

archrelease: copy trunk to community-testing-x86_64

Added:
  nvtop/repos/community-testing-x86_64/
  nvtop/repos/community-testing-x86_64/PKGBUILD
    (from rev 862263, nvtop/trunk/PKGBUILD)

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

Copied: nvtop/repos/community-testing-x86_64/PKGBUILD (from rev 862263, 
nvtop/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 08:59:09 UTC (rev 862264)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Maxime Schmitt <[email protected]>
+
+pkgname=nvtop
+pkgver=1.1.0
+pkgrel=2
+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";)
+sha512sums=('f3f6ed4858bc7dcc974df0f22107df6c21935b5f0ed52b2dc946c0dc00ac707adbfe1546a805fa997b8689f05ee7624b454e27d7df67a3035a708976ccf0030a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to