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: nebula-1.1.0
Date: Sun, 19 Jan 2020 03:06:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18387@inbox.vuxu.org> (raw)

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

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

https://github.com/nilium/ecks-bops-packages nebula
https://github.com/void-linux/void-packages/pull/18387

New package: nebula-1.1.0


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

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

From 93a3d37b0d968d32a11ab4e4992c48e886a88b5d Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Sun, 1 Dec 2019 12:35:31 -0800
Subject: [PATCH] New package: nebula-1.1.0

---
 srcpkgs/nebula/files/nebula/log/run |  2 ++
 srcpkgs/nebula/files/nebula/run     |  6 ++++++
 srcpkgs/nebula/template             | 22 ++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100755 srcpkgs/nebula/files/nebula/log/run
 create mode 100755 srcpkgs/nebula/files/nebula/run
 create mode 100644 srcpkgs/nebula/template

diff --git a/srcpkgs/nebula/files/nebula/log/run b/srcpkgs/nebula/files/nebula/log/run
new file mode 100755
index 00000000000..6a816023830
--- /dev/null
+++ b/srcpkgs/nebula/files/nebula/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger --tag nebula --priority daemon.info
diff --git a/srcpkgs/nebula/files/nebula/run b/srcpkgs/nebula/files/nebula/run
new file mode 100755
index 00000000000..729a22fdf5c
--- /dev/null
+++ b/srcpkgs/nebula/files/nebula/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+set --
+NEBULA_CONFIG=/etc/nebula
+[ -r ./conf ] && . ./conf
+exec 2>&1
+exec nebula -config "${NEBULA_CONFIG}" "$@"
diff --git a/srcpkgs/nebula/template b/srcpkgs/nebula/template
new file mode 100644
index 00000000000..8852c3dcfa9
--- /dev/null
+++ b/srcpkgs/nebula/template
@@ -0,0 +1,22 @@
+# Template file for 'nebula'
+pkgname=nebula
+version=1.1.0
+revision=1
+build_style=go
+make_dirs="/etc/nebula 0750 root root"
+go_import_path=github.com/slackhq/nebula
+go_package="${go_import_path}/cmd/nebula ${go_import_path}/cmd/nebula-cert"
+go_ldflags="-X main.Build=${version}"
+hostmakedepends="git"
+short_desc="Scalable overlay networking tool"
+maintainer="Noel Cower <ncower@nil.dev>"
+license="MIT"
+homepage="https://github.com/slackhq/nebula"
+distfiles="https://github.com/slackhq/nebula/archive/v${version}.tar.gz"
+checksum=ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd
+
+post_install() {
+	vlicense LICENSE
+	vsconf examples/config.yml
+	vsv nebula
+}

             reply	other threads:[~2020-01-19  2:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19  2:06 voidlinux-github [this message]
2020-01-19  9:22 ` [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-18387@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).