Github messages for voidlinux
 help / color / mirror / Atom feed
From: Sqvid <Sqvid@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: btdu-0.3.0
Date: Thu, 06 Jan 2022 19:19:00 +0100	[thread overview]
Message-ID: <20220106181900.-TPxY2iS9et3d7XnYd3nN4asAhv3QqUyjktmu4wIoj8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34906@inbox.vuxu.org>

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

There is an updated 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: 1281 bytes --]

From ab5351666aad11ea2981bf95c17066e17aea908c 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 | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/btdu/template

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
new file mode 100644
index 000000000000..8dab0a8f6158
--- /dev/null
+++ b/srcpkgs/btdu/template
@@ -0,0 +1,25 @@
+# Template file for 'btdu'
+pkgname=btdu
+version=0.3.0
+revision=1
+# druntime does not implement ioctl on musl in dmd-2.098.0
+# struct packing seems to differ on i686 archs and therefore d-btrfs fails
+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
+}

  parent reply	other threads:[~2022-01-06 18:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06 15:53 [PR PATCH] " Sqvid
2022-01-06 15:55 ` [PR REVIEW] " Johnnynator
2022-01-06 16:00 ` [PR PATCH] [Updated] " Sqvid
2022-01-06 18:19 ` Sqvid [this message]
2022-01-06 18:37 ` Sqvid
2022-01-12 15:35 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220106181900.-TPxY2iS9et3d7XnYd3nN4asAhv3QqUyjktmu4wIoj8@z \
    --to=sqvid@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).