Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: micronucleus-2.04
@ 2019-11-10 17:11 voidlinux-github
  0 siblings, 0 replies; only message in thread
From: voidlinux-github @ 2019-11-10 17:11 UTC (permalink / raw)
  To: ml

[-- 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/
+}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-10 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 17:11 [PR PATCH] new package: micronucleus-2.04 voidlinux-github

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