Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sheldon-0.5.2
@ 2020-07-15  8:48 yoctocell
  2020-07-15 13:16 ` [PR PATCH] [Updated] " yoctocell
  2021-11-06 23:53 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: yoctocell @ 2020-07-15  8:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoctocell/void-packages sheldon
https://github.com/void-linux/void-packages/pull/23583

New package: sheldon-0.5.2
[sheldon](https://github.com/rossmacarthur/sheldon), a plugin manager for bash and zsh.

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

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

From 20bddba195e53a3e25aade598448beecba46ea73 Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
Date: Wed, 15 Jul 2020 10:42:23 +0200
Subject: [PATCH] New package: sheldon-0.5.2

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

diff --git a/srcpkgs/sheldon/template b/srcpkgs/sheldon/template
new file mode 100644
index 00000000000..40129093003
--- /dev/null
+++ b/srcpkgs/sheldon/template
@@ -0,0 +1,13 @@
+# Template for 'sheldon'
+pkgname=sheldon
+version=0.5.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="A fast, configurable, shell plugin manager"
+maintainer="yoctocell <yoctocell.code@keemail.me"
+license="Apache-2.0"
+homepage="https://github.com/rossmacarthur/sheldon"
+distfiles="https://github.com/rossmacarthur/sheldon/archive/${version}.tar.gz"
+checksum=c9cf573918e82cf399f452ab9e492bd18819a5a0b0336777ab8a50daecafcbed

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

* Re: [PR PATCH] [Updated] New package: sheldon-0.5.2
  2020-07-15  8:48 [PR PATCH] New package: sheldon-0.5.2 yoctocell
@ 2020-07-15 13:16 ` yoctocell
  2021-11-06 23:53 ` [PR PATCH] [Closed]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: yoctocell @ 2020-07-15 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoctocell/void-packages sheldon
https://github.com/void-linux/void-packages/pull/23583

New package: sheldon-0.5.2
[sheldon](https://github.com/rossmacarthur/sheldon), a plugin manager for bash and zsh.

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

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

From 172f99767b3bf90e02d672d6036920b6755ab419 Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
Date: Wed, 15 Jul 2020 10:42:23 +0200
Subject: [PATCH] New package: sheldon-0.5.2

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

diff --git a/srcpkgs/sheldon/template b/srcpkgs/sheldon/template
new file mode 100644
index 00000000000..9d7187f68ac
--- /dev/null
+++ b/srcpkgs/sheldon/template
@@ -0,0 +1,17 @@
+# Template for 'sheldon'
+pkgname=sheldon
+version=0.5.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="A fast, configurable, shell plugin manager"
+maintainer="yoctocell <yoctocell.code@keemail.me"
+license="Apache-2.0, MIT"
+homepage="https://github.com/rossmacarthur/sheldon"
+distfiles="https://github.com/rossmacarthur/sheldon/archive/${version}.tar.gz"
+checksum=c9cf573918e82cf399f452ab9e492bd18819a5a0b0336777ab8a50daecafcbed
+
+do_install() {
+        vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Closed]: New package: sheldon-0.5.2
  2020-07-15  8:48 [PR PATCH] New package: sheldon-0.5.2 yoctocell
  2020-07-15 13:16 ` [PR PATCH] [Updated] " yoctocell
@ 2021-11-06 23:53 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2021-11-06 23:53 UTC (permalink / raw)
  To: ml

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

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

New package: sheldon-0.5.2
https://github.com/void-linux/void-packages/pull/23583

Description:
[sheldon](https://github.com/rossmacarthur/sheldon), a plugin manager for bash and zsh.

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

end of thread, other threads:[~2021-11-06 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  8:48 [PR PATCH] New package: sheldon-0.5.2 yoctocell
2020-07-15 13:16 ` [PR PATCH] [Updated] " yoctocell
2021-11-06 23:53 ` [PR PATCH] [Closed]: " abenson

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