Github messages for voidlinux
 help / color / mirror / Atom feed
From: zdykstra <zdykstra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: lldpd-1.0.5
Date: Sat, 30 May 2020 07:18:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22419@inbox.vuxu.org> (raw)

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

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

https://github.com/zdykstra/void-packages lldpd
https://github.com/void-linux/void-packages/pull/22419

New package: lldpd-1.0.5


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

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

From 72ff600b4b40e4174e041d77a108a9ae528f14e5 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 30 May 2020 00:18:04 -0500
Subject: [PATCH] New package: lldpd-1.0.5

---
 srcpkgs/lldpd/files/lldpd/run |  3 +++
 srcpkgs/lldpd/template        | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100755 srcpkgs/lldpd/files/lldpd/run
 create mode 100644 srcpkgs/lldpd/template

diff --git a/srcpkgs/lldpd/files/lldpd/run b/srcpkgs/lldpd/files/lldpd/run
new file mode 100755
index 00000000000..fea4ca1348a
--- /dev/null
+++ b/srcpkgs/lldpd/files/lldpd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec lldpd ${OPTS:- -d}
diff --git a/srcpkgs/lldpd/template b/srcpkgs/lldpd/template
new file mode 100644
index 00000000000..eab6698c45a
--- /dev/null
+++ b/srcpkgs/lldpd/template
@@ -0,0 +1,22 @@
+# Template file for 'lldpd'
+pkgname=lldpd
+version=1.0.5
+revision=1
+build_style=gnu-configure
+configure_args="--with-privsep-chroot=/var/empty"
+hostmakedepends="pkg-config"
+makedepends="libpcap-devel libcap-devel libevent-devel readline-devel"
+short_desc="Broadcast 802.1AB neighbor announcements"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="ISC"
+homepage="https://vincentbernat.github.io/lldpd/index.html"
+distfiles="https://media.luffy.cx/files/lldpd/${pkgname}-${version}.tar.gz"
+checksum=2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99
+
+system_groups="_lldpd"
+system_accounts="_lldpd"
+
+post_install() {
+	vsv lldpd
+	vlicense LICENSE
+}

             reply	other threads:[~2020-05-30  5:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-30  5:18 zdykstra [this message]
2020-05-30 18:53 ` abenson
2020-05-30 18:54 ` zdykstra
2020-05-30 19:10 ` zdykstra
2020-06-01  2:17 ` [PR PATCH] [Updated] " zdykstra
2020-07-10 14:28 ` [PR PATCH] [Merged]: " ahesford

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-22419@inbox.vuxu.org \
    --to=zdykstra@users.noreply.github.com \
    --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).