aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlost <lost@privacyrequired.com>2026-05-29 17:45:13 -0400
committerlost <lost@privacyrequired.com>2026-05-29 17:45:13 -0400
commit0a5783071b38ff98ccdf52d5202663f68b51a001 (patch)
tree6d78e2de9126d61afaa5cee2918d60fa9938d171
parent3b312c63a3d1138dd06aa3dbef31bf69a58aa87a (diff)
downloadalicelinux-0a5783071b38ff98ccdf52d5202663f68b51a001.tar.gz
alicelinux-0a5783071b38ff98ccdf52d5202663f68b51a001.zip
added muon
-rw-r--r--repos/community/muon/.checksum1
-rw-r--r--repos/community/muon/.files11
-rw-r--r--repos/community/muon/abuild12
3 files changed, 24 insertions, 0 deletions
diff --git a/repos/community/muon/.checksum b/repos/community/muon/.checksum
new file mode 100644
index 00000000..2d6a2383
--- /dev/null
+++ b/repos/community/muon/.checksum
@@ -0,0 +1 @@
+22523275c41f635fb0e70f35cb263cf84550dcfdd1ddae8ee5d5194eeb4aeb59 745b10c08e8926fd55d6df17bfda04c17eb3a454.tar.gz
diff --git a/repos/community/muon/.files b/repos/community/muon/.files
new file mode 100644
index 00000000..780d5113
--- /dev/null
+++ b/repos/community/muon/.files
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/muon
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/muon.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/meson-reference.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/meson.build.5.gz
diff --git a/repos/community/muon/abuild b/repos/community/muon/abuild
new file mode 100644
index 00000000..af22d343
--- /dev/null
+++ b/repos/community/muon/abuild
@@ -0,0 +1,12 @@
+name=muon
+version=0.6.0
+commit=745b10c08e8926fd55d6df17bfda04c17eb3a454
+release=1
+source="https://github.com/muon-build/$name/archive/$commit.tar.gz"
+
+build() {
+ ./bootstrap.sh build
+ build/muon-bootstrap setup -Dprefix=/usr -Dmeson-docs=disabled build
+ build/muon-bootstrap -C build samu
+ build/muon-bootstrap -C build install -d "$PKG"
+}