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: micronucleus-2.04
Date: Sun, 10 Nov 2019 18:11:47 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16326@inbox.vuxu.org> (raw)

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

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

https://github.com/bobertlo/void-packages micronucleus
https://github.com/void-linux/void-packages/pull/16326

new package: micronucleus-2.04


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

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

From 60832693e80ee11c91d682a739c80b81dc617dd9 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sun, 10 Nov 2019 10:53:40 -0600
Subject: [PATCH] new package: micronucleus-2.04

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

diff --git a/srcpkgs/micronucleus/template b/srcpkgs/micronucleus/template
new file mode 100644
index 00000000000..9c576f8ecd2
--- /dev/null
+++ b/srcpkgs/micronucleus/template
@@ -0,0 +1,25 @@
+# Template file for 'micronucleus'
+pkgname=micronucleus
+version=2.04
+revision=1
+hostmakedepends="libusb-compat-devel"
+makedepends="libusb-devel libusb-compat-devel"
+short_desc="Upload tool for the Micronucleus avr bootloader"
+maintainer="Robert Lowry <bobertlo@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/micronucleus/micronucleus"
+distfiles="https://github.com/micronucleus/micronucleus/archive/${version}.tar.gz"
+checksum=e09d4e427cde4dac43c3bac2e6f91903ae205263b1598beb8cef4f786692b506
+
+do_patch() {
+	vsed -i commandline/49-micronucleus.rules -e 's|MODE:="0666"|GROUP:="dialout"|'
+}
+
+do_build() {
+	make -C commandline CC="$CC"
+}
+
+do_install() {
+	vbin commandline/micronucleus
+	vinstall commandline/49-micronucleus.rules 0644 /usr/lib/udev/rules.d/
+}

                 reply	other threads:[~2019-11-10 17:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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