aboutsummaryrefslogtreecommitdiff
path: root/muon
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-31 01:21:17 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-31 01:21:17 +0000
commit97a6ff96426a3cb079d91cb8e05987e01827096c (patch)
tree80db839969456dc65f75b4896ce8237d18202e3c /muon
parent941de1e4fe5cafcaa4e40e952ac5c19bab19c4b5 (diff)
downloadalicelinux-97a6ff96426a3cb079d91cb8e05987e01827096c.tar.gz
alicelinux-97a6ff96426a3cb079d91cb8e05987e01827096c.zip
Woodpecker CI 54d195de1168abc8fd2656ab7d4941b2ca2f1964 [SKIP CI]
Diffstat (limited to 'muon')
-rw-r--r--muon/.checksum1
-rw-r--r--muon/.files11
-rw-r--r--muon/abuild12
-rw-r--r--muon/info4
4 files changed, 28 insertions, 0 deletions
diff --git a/muon/.checksum b/muon/.checksum
new file mode 100644
index 00000000..2d6a2383
--- /dev/null
+++ b/muon/.checksum
@@ -0,0 +1 @@
+22523275c41f635fb0e70f35cb263cf84550dcfdd1ddae8ee5d5194eeb4aeb59 745b10c08e8926fd55d6df17bfda04c17eb3a454.tar.gz
diff --git a/muon/.files b/muon/.files
new file mode 100644
index 00000000..780d5113
--- /dev/null
+++ b/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/muon/abuild b/muon/abuild
new file mode 100644
index 00000000..af22d343
--- /dev/null
+++ b/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"
+}
diff --git a/muon/info b/muon/info
new file mode 100644
index 00000000..9aa55dff
--- /dev/null
+++ b/muon/info
@@ -0,0 +1,4 @@
+description: C99 implementation of the meson build system
+homepage: https://muon.build
+license: GPL-3.0
+maintainer: Lostt <lost@privacyrequired.com>