diff options
| -rw-r--r-- | repos/community/muon/.checksum | 1 | ||||
| -rw-r--r-- | repos/community/muon/.files | 11 | ||||
| -rw-r--r-- | repos/community/muon/abuild | 12 |
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" +} |