index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-12 16:14:05 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-12 16:14:05 +0100 |
commit | 860d147e27b97bee2f09981feac9ec84231298cd (patch) | |
tree | 2b6723bca21104eeaaf2d705ec0bc76e46168983 /build-support/muon-meson | |
parent | 2aa92798c582a8aa56afef7ee237debb249c9633 (diff) |
-rw-r--r-- | build-support/muon-meson/PKGBUILD | 4 |
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 :/ |