Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: zrep-1.8.0
Date: Sat, 18 Jan 2020 06:21:31 +0100	[thread overview]
Message-ID: <20200118052131.SYXpUvtLMTWZwadM-DYht07GjwhUGDPVhD0cZhVlz_g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18359@inbox.vuxu.org>

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

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

https://github.com/ahesford/void-packages zrep
https://github.com/void-linux/void-packages/pull/18359

New package: zrep-1.8.0
zrep is a ksh script that allows local and remote (via SSH) replication of ZFS snapshots and a failover mode that will swap the roles of master and slave.

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

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

From 36728951228f92135b4f42aa76d1732599096d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jan 2020 22:58:32 -0500
Subject: [PATCH] New package: zrep-1.8.0

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

diff --git a/srcpkgs/zrep/template b/srcpkgs/zrep/template
new file mode 100644
index 00000000000..0f37421e544
--- /dev/null
+++ b/srcpkgs/zrep/template
@@ -0,0 +1,20 @@
+# Template file for 'zrep'
+pkgname=zrep
+version=1.8.0
+revision=1
+archs=noarch
+build_style=fetch
+depends="ksh zfs"
+short_desc="Simple ZFS replication and failover script"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="custom:Proprietary"
+homepage="https://github.com/bolthole/${pkgname}"
+_zrep_root="https://raw.githubusercontent.com/bolthole/zrep/v${version}"
+distfiles="${_zrep_root}/${pkgname} ${_zrep_root}/LICENSE.txt"
+checksum="4f567de8505c5218d2cd624de9e3e4978cd26f6c66f7bab722959ec3a626f581
+ 5a5638d07535563a83a695ebbb4d2a592ce866281a076c4f9278007f70efb839"
+
+do_install() {
+	vbin zrep
+	vlicense LICENSE.txt
+}

  reply	other threads:[~2020-01-18  5:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18  4:00 [PR PATCH] " voidlinux-github
2020-01-18  5:21 ` voidlinux-github [this message]
2020-01-18 17:59 ` voidlinux-github
2020-01-18 18:01 ` voidlinux-github
2020-01-18 18:01 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-18 18:04 ` voidlinux-github
2020-01-18 18:15 ` voidlinux-github

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=20200118052131.SYXpUvtLMTWZwadM-DYht07GjwhUGDPVhD0cZhVlz_g@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).