Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: btdu-0.3.0
@ 2022-01-06 15:53 Sqvid
  2022-01-06 15:55 ` [PR REVIEW] " Johnnynator
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sqvid @ 2022-01-06 15:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 727 bytes --]

There is a new pull request by Sqvid against master on the void-packages repository

https://github.com/Sqvid/void-packages btdu
https://github.com/void-linux/void-packages/pull/34906

New package: btdu-0.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/34906.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-btdu-34906.patch --]
[-- Type: text/x-diff, Size: 1143 bytes --]

From b2ddc80e1db213b85f4625d279a3e7f5b503c2ba Mon Sep 17 00:00:00 2001
From: Siddhartha Menon <42359201+Sqvid@users.noreply.github.com>
Date: Thu, 6 Jan 2022 16:42:06 +0100
Subject: [PATCH] New package: btdu-0.3.0

---
 srcpkgs/btdu/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/btdu/template

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
new file mode 100644
index 000000000000..2138762d1981
--- /dev/null
+++ b/srcpkgs/btdu/template
@@ -0,0 +1,23 @@
+# Template file for 'btdu'
+pkgname=btdu
+version=0.3.0
+revision=1
+archs=x86_64
+hostmakedepends="dmd dub"
+makedepends="zlib-devel ncurses-devel"
+short_desc="Sampling disk usage profiler for btrfs"
+maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/CyberShadow/btdu"
+distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
+checksum=6019f20862ac5ed84d115ffcc5305d000714ac2324d81671a4961efc79edc9f2
+nocross="dmd compilation fails on cross"
+
+do_build() {
+	dub build -b release
+}
+
+do_install() {
+	vbin btdu
+	vman btdu.1
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-12 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 15:53 [PR PATCH] New package: btdu-0.3.0 Sqvid
2022-01-06 15:55 ` [PR REVIEW] " Johnnynator
2022-01-06 16:00 ` [PR PATCH] [Updated] " Sqvid
2022-01-06 18:19 ` Sqvid
2022-01-06 18:37 ` Sqvid
2022-01-12 15:35 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).