FUSE filesystem that serves archives (zip, tar, 7z, iso, ...) read-only,
mounting them without extracting to disk first.

Signed-off-by: Alex Kiernan <[email protected]>
---
 .../fuse-archive/fuse-archive_1.22.bb          | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 
meta-filesystems/recipes-filesystems/fuse-archive/fuse-archive_1.22.bb

diff --git 
a/meta-filesystems/recipes-filesystems/fuse-archive/fuse-archive_1.22.bb 
b/meta-filesystems/recipes-filesystems/fuse-archive/fuse-archive_1.22.bb
new file mode 100644
index 000000000000..a4daa47c50cf
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/fuse-archive/fuse-archive_1.22.bb
@@ -0,0 +1,18 @@
+SUMMARY = "FUSE filesystem that serves archives (zip, tar, 7z, iso, ...) 
read-only"
+DESCRIPTION = "Mounts an archive file (e.g. foo.zip, foo.tar, foo.7z) as a \
+read-only FUSE file system, without extracting it to disk first."
+HOMEPAGE = "https://github.com/google/fuse-archive";
+SECTION = "base"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI = 
"git://github.com/google/fuse-archive.git;branch=main;protocol=https;tag=v${PV}"
+SRCREV = "e218685189aabebb95d33e2542e2a122ea81392d"
+
+DEPENDS = "boost fuse3 libarchive"
+
+inherit pkgconfig
+
+do_install() {
+       oe_runmake install 'DESTDIR=${D}'
+}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#128130): 
https://lists.openembedded.org/g/openembedded-devel/message/128130
Mute This Topic: https://lists.openembedded.org/mt/120212490/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to