Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: zfsbootmenu-0.8.1
Date: Thu, 30 Jan 2020 17:03:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18664@inbox.vuxu.org> (raw)

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

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

https://github.com/zdykstra/void-packages zfsbootmenu
https://github.com/void-linux/void-packages/pull/18664

New package: zfsbootmenu-0.8.1


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

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

From e7545f4c86b75c6af9caee53e3d57fee3b7bd959 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 30 Jan 2020 10:01:55 -0600
Subject: [PATCH] New package: zfsbootmenu-0.8.1

---
 srcpkgs/zfsbootmenu/INSTALL  |  6 ++++++
 srcpkgs/zfsbootmenu/template | 18 ++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/zfsbootmenu/INSTALL
 create mode 100644 srcpkgs/zfsbootmenu/template

diff --git a/srcpkgs/zfsbootmenu/INSTALL b/srcpkgs/zfsbootmenu/INSTALL
new file mode 100644
index 00000000000..16b2e65b33d
--- /dev/null
+++ b/srcpkgs/zfsbootmenu/INSTALL
@@ -0,0 +1,6 @@
+#!/bin/sh
+case "${ACTION}" in
+  post)
+    generate-zbm
+    ;;
+esac
diff --git a/srcpkgs/zfsbootmenu/template b/srcpkgs/zfsbootmenu/template
new file mode 100644
index 00000000000..85f5a2b8bc6
--- /dev/null
+++ b/srcpkgs/zfsbootmenu/template
@@ -0,0 +1,18 @@
+# Template file for 'zfsbootmenu'
+pkgname=zfsbootmenu
+version=0.8.1
+revision=1
+archs=noarch
+build_style=gnu-makefile
+conf_files="/etc/zfsbootmenu/config.ini"
+depends="dracut zfs fzf kexec-tools bash pigz perl-Config-IniFiles perl-Sort-Versions"
+short_desc="ZFS Boot Environment menu, implemented in Dracut"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/zdykstra/zfsbootmenu"
+distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
+checksum=4013da22f34f29b1dd65102f1e6e1e319ef86fc7ef12de5f2cfe4cac66cd72d3
+
+post_install() {
+	vlicense LICENSE
+}

             reply	other threads:[~2020-01-30 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-30 16:03 voidlinux-github [this message]
2020-01-30 17:21 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18664@inbox.vuxu.org \
    --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).