diff mbox series

[meta-darwin,2/3] add recipe for libdmg-hfsplus

Message ID 20260128063648.1422-2-dev@qinc.tv
State New
Headers show
Series [meta-darwin,1/3] add hfsprogs recipe | expand

Commit Message

Eric L. Hernes Jan. 28, 2026, 6:36 a.m. UTC
libdmg-hfsplus contains the `hfsplus` program which copies files from
the filesystem to the .dmg image

Signed-off-by: Eric L. Hernes <dev@qinc.tv>
---
 .../libdmg-hfsplus/libdmg-hfsplus_git.bb         | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-support/libdmg-hfsplus/libdmg-hfsplus_git.bb
diff mbox series

Patch

diff --git a/recipes-support/libdmg-hfsplus/libdmg-hfsplus_git.bb b/recipes-support/libdmg-hfsplus/libdmg-hfsplus_git.bb
new file mode 100644
index 0000000..77ac88e
--- /dev/null
+++ b/recipes-support/libdmg-hfsplus/libdmg-hfsplus_git.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "Utilities for manipulating macOS dmg files"
+DESCRIPTION = "This is a set of utilities for manipulating macOS dmg and hfs files"
+HOMEPAGE = "https://github.com/elhernes/libdmg-hfsplus"
+
+LICENSE = "GPL-3.0-only"
+
+SRC_URI = "git://github.com/elhernes/libdmg-hfsplus.git;branch=master;protocol=https"
+SRCREV = "3c3ce87a7e2f036f771f81147f9e125a2bb207f1"
+
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=d32239bcb673463ab874e80d47fae504"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+BBCLASSEXTEND = "native"