Github messages for voidlinux
 help / color / mirror / Atom feed
From: Singustromo <Singustromo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: radio-sh-2.0
Date: Thu, 19 Jan 2023 05:13:35 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41737@inbox.vuxu.org> (raw)

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

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

https://github.com/Singustromo/void-packages new-pkg_radio-sh
https://github.com/void-linux/void-packages/pull/41737

New package: radio-sh-2.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg_radio-sh-41737.patch --]
[-- Type: text/x-diff, Size: 1454 bytes --]

From 2e53610e90cf4c3084ad4a1dae5f3ee3279f65b5 Mon Sep 17 00:00:00 2001
From: Singustromo <singustromo@disroot.org>
Date: Thu, 19 Jan 2023 05:09:44 +0100
Subject: [PATCH] New package: radio-sh-2.0

---
 srcpkgs/radio-sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/radio-sh/template

diff --git a/srcpkgs/radio-sh/template b/srcpkgs/radio-sh/template
new file mode 100644
index 000000000000..09fa6efa907e
--- /dev/null
+++ b/srcpkgs/radio-sh/template
@@ -0,0 +1,25 @@
+# Template file for 'radio-sh'
+pkgname=radio-sh
+version=2.0
+revision=9
+build_style=fetch
+hostmakedepends="tar gzip"
+depends="bash>=5.1.016_2 procps-ng>=3.3.17_2 mpv>=0.35.0_2 socat>=1.7.4.4_1 jq>=1.6_2"
+short_desc="Conveniently play internet radio streams, with simplicity in mind"
+maintainer="Singustromo <singustromo@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.nevrlands.de/radio-sh/about/"
+distfiles="https://git.nevrlands.de/$pkgname/snapshot/${pkgname}-${version}.${revision}.tar.gz"
+checksum=b2bf165fbe23e86144a2565fe77ba04706d539c74e294f0fa333261bf6a235cf
+tags="bash script radio stream radiostream"
+mutable_files="/etc/xdg/radio-sh/radio_config.json"
+
+do_extract() {
+	tar --strip-components 1 --no-same-owner --extract --file \
+		${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.${revision}.tar.gz \
+		--directory ${wrksrc}
+}
+
+do_install() {
+	vbin $wrksrc/radio
+}

             reply	other threads:[~2023-01-19  4:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19  4:13 Singustromo [this message]
2023-01-19  4:22 ` classabbyamp
2023-01-19  4:58 ` ahesford
2023-01-19  4:58 ` [PR PATCH] [Closed]: " ahesford
2023-01-19 13:01 ` Singustromo
2023-01-19 13:12 ` Singustromo
2023-01-19 13:13 ` Singustromo
2023-01-19 13:20 ` ahesford
2023-01-19 15:31 ` Singustromo
2023-01-19 15:32 ` Singustromo

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41737@inbox.vuxu.org \
    --to=singustromo@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).