Package Details: mbake-git 1.3.0.r0.gf4b1c9f-1

Git Clone URL: https://aur.archlinux.org/mbake-git.git (read-only, click to copy)
Package Base: mbake-git
Description: A Python-based Makefile formatter and linter
Upstream URL: https://github.com/EbodShojaei/bake
Licenses: MIT
Conflicts: mbake, python-bake
Provides: mbake, python-mbake
Replaces: python-bake-git
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 1
Popularity: 0.185046
First Submitted: 2025-06-23 11:28 (UTC)
Last Updated: 2025-07-13 10:12 (UTC)

Pinned Comments

Latest Comments

kseistrup commented on 2025-07-18 09:42 (UTC)

This package does not currently (1.3.0.r0.gf4b1c9f-1) build correctly:

The bake command went away with v1.3.0.r0, yet the package() function still attempts to generate completions from that non-existing command, yielding empty and non-functional completions that are installed as bake, bake.fish and _bake (rather than mbake, mbake.fish and _mbake).

So although the package does contain the correct mbake command, the completion files are empty and installed under a wrong name.

Upstream now includes the completions in the repo, but of course it is also perfectly fine to generate them at package time, provided one uses mbake to generate these, and not bake.