From 860d147e27b97bee2f09981feac9ec84231298cd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 Mar 2025 16:14:05 +0100 Subject: muon-meson: maybe also install the wrapper? --- build-support/muon-meson/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build-support/muon-meson') 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 :/ -- cgit v1.2.3-70-g09d2