clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
524 stars 29 forks source link

Add Linuxbrew bundle #2071

Open WSLUser opened 4 years ago

WSLUser commented 4 years ago

Official package name: Linuxbrew aka Homebrew for Linux

License (must be an OSI approved Open Source license): BSD 2-Clause "Simplified" License

Download URL of latest release: https://github.com/Homebrew/brew/releases

Latest release date (must be recent): 08/10/2020

Description: Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. Homebrew installs packages to their own directory and then symlinks their files into /usr/local. Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.

This is heavily maintained and has a very frequent release schedule. I would recommend ensuring the bundle follows a script similar to this one from a custom-WSL distro starting here: https://github.com/WhitewaterFoundry/pengwin-setup/blob/master/pengwin-setup.d/brew.sh#L20. Brew is written in ruby so we'll need to include the minimal ruby dependencies for building if they're not already installed on a user's OS.

WSLUser commented 9 months ago

Ping. Any updates for this?

bryteise commented 9 months ago

This looks like something they expect end users to install themselves as far as I am reading off their installation instructions.

WSLUser commented 9 months ago

True but some distros provide it out of box anyways. Pengwin is not the only one.

sr229 commented 8 months ago

I can back this with Universal Blue/Bazzite images as they include homebrew, so it's nice to have this inside clear linux's repos