Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: mklittlefs-3.2.0.
Date: Sun, 31 Mar 2024 05:46:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49616@inbox.vuxu.org> (raw)

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

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

https://github.com/the-maldridge/void-packages mklittlefs
https://github.com/void-linux/void-packages/pull/49616

New package: mklittlefs-3.2.0.
#### Testing the changes
- I tested the changes in this PR: working on it.


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

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

From ac551c977dadfc2b9d514bac64a6b53e623d125d Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sat, 30 Mar 2024 22:45:49 -0500
Subject: [PATCH] New package: mklittlefs-3.2.0.

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

diff --git a/srcpkgs/mklittlefs/template b/srcpkgs/mklittlefs/template
new file mode 100644
index 00000000000000..e1f9d15cf5d8e5
--- /dev/null
+++ b/srcpkgs/mklittlefs/template
@@ -0,0 +1,24 @@
+# Template file for 'mklittlefs'
+pkgname=mklittlefs
+version=3.2.0
+revision=1
+_littlefs_version=2.5.1
+build_style=gnu-makefile
+short_desc="Utility for creating littlefs for upload on the ESP8266 and RP2040 Pico"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/earlephilhower/mklittlefs"
+distfiles="https://github.com/earlephilhower/mklittlefs/archive/refs/tags/$version.tar.gz
+ https://github.com/littlefs-project/littlefs/archive/refs/tags/v$_littlefs_version.tar.gz"
+checksum="243d2717ce28d90c47d4cfa4002d0ebc95d6fdbeffccc57e07e221987b2f22cb
+ 77acdd699fbc8c62efe1467a90de4bde133517fb370b10a538e25d341a11b4e1"
+skip_extraction="v${_littlefs_version}.tar.gz"
+
+post_extract() {
+	vsrcextract -C littlefs "v${_littlefs_version}.tar.gz"
+}
+
+do_install() {
+	vbin mklittlefs
+	vlicense LICENSE.txt
+}

                 reply	other threads:[~2024-03-31  3:46 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-49616@inbox.vuxu.org \
    --to=the-maldridge@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).