Github messages for voidlinux
 help / color / mirror / Atom feed
From: FIGBERT <FIGBERT@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mabel-0.1.3
Date: Sun, 14 Aug 2022 02:51:02 +0200	[thread overview]
Message-ID: <20220814005102._nPNmDyrxAmWxXWyvrqNBxTuX-d6s1zbp9HgyNJugHM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37776@inbox.vuxu.org>

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

There is an updated pull request by FIGBERT against master on the void-packages repository

https://github.com/smmr-software/void-packages master
https://github.com/void-linux/void-packages/pull/37776

New package: mabel-0.1.3
#### 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-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
  - aarch64-musl
  - armv7l

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

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

From 49c3e8ef0af2b39df2ee3c6d4c75828c75bd5027 Mon Sep 17 00:00:00 2001
From: FIGBERT <figbert@figbert.com>
Date: Thu, 30 Jun 2022 22:45:43 -0700
Subject: [PATCH] New package: mabel-0.1.3

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

diff --git a/srcpkgs/mabel/template b/srcpkgs/mabel/template
new file mode 100644
index 000000000000..4904300d9fb4
--- /dev/null
+++ b/srcpkgs/mabel/template
@@ -0,0 +1,21 @@
+# Template file for 'mabel'
+pkgname=mabel
+version=0.1.3
+revision=1
+build_style=go
+go_import_path="github.com/smmr-software/mabel"
+go_ldflags="-X main.version=${version} -X main.builtBy=xbps"
+short_desc="Fancy BitTorrent client for the terminal"
+maintainer="SMMR Software <hello@smmr.software>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/smmr-software/mabel"
+distfiles="https://github.com/smmr-software/mabel/archive/refs/tags/v${version}.tar.gz"
+checksum=2db39041aca921cf05eceeb09fdf1d3995861f44a63407fa155a922cc655ad78
+
+pre_build() {
+	local _date
+	if [ "$SOURCE_DATE_EPOCH" ]; then
+		_date="$(date --utc --date "@$SOURCE_DATE_EPOCH" "+%Y-%m-%d")"
+		go_ldflags+=" -X main.date=${_date}"
+	fi
+}

  parent reply	other threads:[~2022-08-14  0:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01  6:03 [PR PATCH] " FIGBERT
2022-07-01  6:07 ` [PR REVIEW] " classabbyamp
2022-07-01  6:31 ` [PR PATCH] [Updated] " FIGBERT
2022-07-01  6:32 ` FIGBERT
2022-07-01  7:16 ` [PR REVIEW] " classabbyamp
2022-07-01 11:54 ` Duncaen
2022-07-01 16:32 ` [PR PATCH] [Updated] " FIGBERT
2022-07-01 16:33 ` FIGBERT
2022-07-09 20:43 ` FIGBERT
2022-08-14  0:38 ` [PR PATCH] [Updated] " FIGBERT
2022-08-14  0:51 ` FIGBERT [this message]
2022-11-12  2:11 ` github-actions
2022-11-12  5:15 ` FIGBERT
2023-02-12  2:01 ` github-actions
2023-02-26  2:06 ` [PR PATCH] [Closed]: " github-actions

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=20220814005102._nPNmDyrxAmWxXWyvrqNBxTuX-d6s1zbp9HgyNJugHM@z \
    --to=figbert@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).