A package manager for linux that installs windows apps through wine.
winepkg -Si mspaint
Dependencies: wine winetricks wget curl
Download the executable binary artifact from github actions "build" and optionally move it to somewhere in path (ex. /usr/bin)
Dependencies: wine winetricks wget curl gcc
git clone https://github.com/gamingdoom/winepkg.git
cd winepkg
make
From here you can use winepkg with
build/winepkg -Si mspaint
If you want a winepkg command, copy the binary to /usr/bin
sudo cp build/winepkg /usr/bin/winepkg