maweil / MakeForWindows

Binaries of GNU Make for Windows (x86_64)
GNU General Public License v3.0
9 stars 4 forks source link

Suggest add to winget #2

Open zchrissirhcz opened 4 months ago

zchrissirhcz commented 4 months ago

Winget currently provides some development packages such as:

# CMake
winget install Kitware.CMake

# Neovim
winget install Neovim.Neovim

# Ninja-build
winget install Ninja-build.Ninja

# Notepad++
winget install Notepad++.Notepad++

I wonder if this MakeForWindows can be downloaded from winget someday, e.g.

winget install MakeForWindows.Make
maweil commented 4 months ago

Winget does actually already provide an old version of Make (3.81) at the time of writing this, see https://winget.run/pkg/GnuWin32/Make.

I created this repo mainly because I needed a newer version than was available there. I think trying to add this current version to Winget is not a bad idea, but currently I don't have much time to look into this topic myself.