[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Thu Oct 15 06:41:27 UTC 2020


    Date: Thursday, October 15, 2020 @ 06:41:27
  Author: farseerfc
Revision: 724055

add btrfs-heatmap from AUR python-btrfs-heatmap

Added:
  btrfs-heatmap/
  btrfs-heatmap/repos/
  btrfs-heatmap/trunk/
  btrfs-heatmap/trunk/PKGBUILD

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

Added: btrfs-heatmap/trunk/PKGBUILD
===================================================================
--- btrfs-heatmap/trunk/PKGBUILD	                        (rev 0)
+++ btrfs-heatmap/trunk/PKGBUILD	2020-10-15 06:41:27 UTC (rev 724055)
@@ -0,0 +1,23 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# AUR Maintainer: Timofey Titovets <nefelim4ag at gmail.com>
+
+pkgname=btrfs-heatmap
+pkgver=9
+pkgrel=1
+pkgdesc="creates a visualization of how a btrfs filesystem is using the underlying disk space "
+arch=('any')
+url="https://github.com/knorrie/btrfs-heatmap"
+license=('GPL3')
+depends=('python-btrfs')
+makedepends=('git')
+source=("$pkgname"::"git://github.com/knorrie/btrfs-heatmap.git#tag=v${pkgver}")
+replaces=('python-btrfs-heatmap')
+conflicts=('python-btrfs-heatmap')
+provides=('python-btrfs-heatmap')
+md5sums=('SKIP')
+
+package() {
+    cd "$srcdir/${pkgname}/"
+    install -Dm755 ./btrfs-heatmap -t "$pkgdir/usr/bin/"
+    install -Dm755 man/btrfs-heatmap.1 -t "$pkgdir/usr/share/man/man1/"
+}



More information about the arch-commits mailing list