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

Felix Yan felixonmars at archlinux.org
Sun Dec 6 22:30:12 UTC 2020


    Date: Sunday, December 6, 2020 @ 22:30:12
  Author: felixonmars
Revision: 771292

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: heaptrack/repos/community-staging-x86_64/PKGBUILD (from rev 771290, heaptrack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-12-06 22:30:12 UTC (rev 771292)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=heaptrack
+pkgver=1.2.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack"
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules boost sparsehash)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d494dff438aa0ae5d6bae286db14b0ac582604b8674f7a2adfb9fc19dfe62848'
+            '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