Date: Sunday, September 18, 2022 @ 02:57:13
  Author: felixonmars
Revision: 1304751

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: heaptrack/repos/community-staging-x86_64/PKGBUILD (from rev 1304750, 
heaptrack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-09-18 02:57:13 UTC (rev 1304751)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=heaptrack
+pkgver=1.4.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=('fc6b3226c36ca7faef58c9268dce427a83558ee48a2b636044ca084453a01f6d'
+            'SKIP')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393
+              C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C) # Milian Wolff 
<m...@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
+}

Reply via email to