Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/muon-meson
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-12 16:14:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-12 16:14:05 +0100
commit860d147e27b97bee2f09981feac9ec84231298cd (patch)
tree2b6723bca21104eeaaf2d705ec0bc76e46168983 /build-support/muon-meson
parent2aa92798c582a8aa56afef7ee237debb249c9633 (diff)
muon-meson: maybe also install the wrapper?
Diffstat (limited to 'build-support/muon-meson')
-rw-r--r--build-support/muon-meson/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-support/muon-meson/PKGBUILD b/build-support/muon-meson/PKGBUILD
index fe3e4d7a..0f8db823 100644
--- a/build-support/muon-meson/PKGBUILD
+++ b/build-support/muon-meson/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=muon-meson
pkgver=0.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="meson implementation in C"
arch=(x86_64)
url="https://muon.build"
@@ -47,6 +47,8 @@ package() {
cd "muon-v$pkgver/build"
DESTDIR="$pkgdir" ./muon install
+ install -Dm775 arch-muon "$pkgdir/usr/bin/arch-muon"
+
# remove this as the `meson` package also provides it
# muon only has a `docs` option right now, so
# downloading/generating/deleting is the only option :/