shirok / Gauche

Scheme Scripting Engine
https://practical-scheme.net/gauche
Other
809 stars 81 forks source link

Add Windows installer to Scoop? #539

Open lassik opened 4 years ago

lassik commented 4 years ago

There's a really nice new minimalistic, command-line-based package manager for Windows: https://scoop.sh/

Since Gauche already has a Windows installer, could it be easily added to the scoop package repository? The recipes are JSON files like this.

shirok commented 4 years ago

Looks interesting. It is certainly attractive for those who just want to try Gauche on Windows but don't want to install it system-wide. I'll try it when I have time, but if anybody can come up with the manifest file I'll add it.

shirok commented 4 years ago

@qykth-git provided the manifest file. Next step will be to auto-generate it during building *.msi files.