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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 13 10:10:06 UTC 2022


    Date: Monday, June 13, 2022 @ 10:10:06
  Author: felixonmars
Revision: 1237361

archrelease: copy trunk to community-staging-x86_64

Added:
  heaptrack/repos/community-staging-x86_64/
  heaptrack/repos/community-staging-x86_64/PKGBUILD
    (from rev 1237360, heaptrack/trunk/PKGBUILD)

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

Copied: heaptrack/repos/community-staging-x86_64/PKGBUILD (from rev 1237360, heaptrack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-13 10:10:06 UTC (rev 1237361)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=heaptrack
+pkgver=1.3.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc='A heap memory profiler for Linux'
+url='http://milianw.de/tag/heaptrack'
+license=(GPL)
+depends=(kdiagram threadweaver kio boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules boost sparsehash kitemmodels)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b9bb8458110d6eb5da0884cd53562cc2efc3928cfd3c3a6a1c67ea09b5747e04'
+            'SKIP')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393
+              C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C) # Milian Wolff <mail at milianw.de>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list