Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: minipro-0.5
@ 2021-01-12 10:23 jleightcap
  2021-01-30  0:44 ` [PR REVIEW] " kawaiiamber
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jleightcap @ 2021-01-12 10:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jleightcap/void-packages master
https://github.com/void-linux/void-packages/pull/27855

New package: minipro-0.5


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

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

From 470a811e37c86fdfe822e8e4fcfac6414f8ce53f Mon Sep 17 00:00:00 2001
From: jleightcap <jleightcap@gmail.com>
Date: Tue, 12 Jan 2021 05:22:43 -0500
Subject: [PATCH] New package: minipro-0.5

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

diff --git a/srcpkgs/minipro/template b/srcpkgs/minipro/template
new file mode 100644
index 00000000000..64289da002b
--- /dev/null
+++ b/srcpkgs/minipro/template
@@ -0,0 +1,20 @@
+# Template file for 'minipro'
+pkgname=minipro
+version=0.5
+revision=1
+build_style=gnu-makefile
+make_use_env=compliant
+hostmakedepends="pkg-config libusb-devel"
+makedepends="libusb-devel which"
+depends="libusb"
+short_desc="Program for controlling the MiniPRO TL866xx series of chip programmers"
+maintainer="jleightcap <jleightcap@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/natehouk/minipro"
+distfiles="https://gitlab.com/natehouk/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=944dc3beca9bf6820bcbb7a21e9a21d8dd99f27fff4dca825a3d87f0ea062bd9
+
+post_install() {
+	vmkdir usr/lib/udev/rules.d
+	mv udev/* $DESTDIR/usr/lib/udev/rules.d
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12 10:23 [PR PATCH] New package: minipro-0.5 jleightcap
2021-01-30  0:44 ` [PR REVIEW] " kawaiiamber
2021-01-30  0:44 ` kawaiiamber
2021-04-02 18:19 ` [PR PATCH] [Updated] " jleightcap
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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