Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: shellcaster-1.0.1
@ 2020-09-11  8:02 kartikynwa
  2020-09-11 10:29 ` [PR PATCH] [Closed]: " kartikynwa
  0 siblings, 1 reply; 3+ messages in thread
From: kartikynwa @ 2020-09-11  8:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages shellcaster
https://github.com/void-linux/void-packages/pull/24826

New package: shellcaster-1.0.1


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

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

From 90bb839261c3eed98302aca62841d18f4c0b435b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 11 Sep 2020 13:31:25 +0530
Subject: [PATCH] New package: shellcaster-1.0.1

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

diff --git a/srcpkgs/shellcaster/template b/srcpkgs/shellcaster/template
new file mode 100644
index 00000000000..1105f6e4f15
--- /dev/null
+++ b/srcpkgs/shellcaster/template
@@ -0,0 +1,13 @@
+# Template file for 'shellcaster'
+pkgname=shellcaster
+version=1.0.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="ncurses-devel sqlite-devel libressl-devel"
+short_desc="Terminal-based podcast manager built in Rust"
+maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeff-hughes/shellcaster"
+distfiles="https://github.com/jeff-hughes/shellcaster/archive/v${version}.tar.gz"
+checksum=323945dc84bef27d09e57b831d2c0a0d4524c69b38d85f3be2701521b89dd9d1

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

* Re: [PR PATCH] [Closed]: New package: shellcaster-1.0.1
  2020-09-11  8:02 [PR PATCH] New package: shellcaster-1.0.1 kartikynwa
@ 2020-09-11 10:29 ` kartikynwa
  0 siblings, 0 replies; 3+ messages in thread
From: kartikynwa @ 2020-09-11 10:29 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: shellcaster-1.0.1
https://github.com/void-linux/void-packages/pull/24826

Description:


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

* [PR PATCH] New package: shellcaster-1.0.1
@ 2020-08-28 19:49 daniel-eys
  0 siblings, 0 replies; 3+ messages in thread
From: daniel-eys @ 2020-08-28 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages shellcaster
https://github.com/void-linux/void-packages/pull/24525

New package: shellcaster-1.0.1
Terminal-based podcast manager built in Rust

https://github.com/jeff-hughes/shellcaster

Unfortunately nocross because ncurses-rs's build.rs tries to run a target executable on the host.

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

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

From 0dabec5d16a361c0e4a3ac104d16a6b4909f917e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 15 Aug 2020 15:10:35 +0200
Subject: [PATCH] New package: shellcaster-1.0.1

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

diff --git a/srcpkgs/shellcaster/template b/srcpkgs/shellcaster/template
new file mode 100644
index 00000000000..7380ddd4999
--- /dev/null
+++ b/srcpkgs/shellcaster/template
@@ -0,0 +1,19 @@
+# Template file for 'shellcaster'
+pkgname=shellcaster
+version=1.0.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel ncurses-devel sqlite-devel"
+short_desc="Terminal-based podcast manager built in Rust"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/jeff-hughes/shellcaster"
+changelog="https://github.com/jeff-hughes/shellcaster/raw/master/CHANGELOG.md"
+distfiles="https://github.com/jeff-hughes/shellcaster/archive/v${version}.tar.gz"
+checksum=323945dc84bef27d09e57b831d2c0a0d4524c69b38d85f3be2701521b89dd9d1
+nocross="ncurses-rs tries to run a target executable on the host"
+
+post_install() {
+	vsconf config.toml
+}

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

end of thread, other threads:[~2020-09-11 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  8:02 [PR PATCH] New package: shellcaster-1.0.1 kartikynwa
2020-09-11 10:29 ` [PR PATCH] [Closed]: " kartikynwa
  -- strict thread matches above, loose matches on Subject: below --
2020-08-28 19:49 [PR PATCH] " daniel-eys

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).