Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mklittlefs-3.2.0.
@ 2024-03-31  3:46 the-maldridge
  0 siblings, 0 replies; only message in thread
From: the-maldridge @ 2024-03-31  3:46 UTC (permalink / raw)
  To: ml

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

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

only message in thread, other threads:[~2024-03-31  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-31  3:46 [PR PATCH] New package: mklittlefs-3.2.0 the-maldridge

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