Skip to content

alexmyczko/homebrew-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

782bec9 · Aug 19, 2024

History

59 Commits
Feb 13, 2024
May 30, 2024
Jun 16, 2024
May 9, 2024
Jan 13, 2022
Jul 25, 2024
Jan 13, 2022
May 9, 2024
Jan 14, 2022
Feb 27, 2024
Apr 11, 2024
Nov 5, 2022
Aug 19, 2024
Feb 13, 2024

Repository files navigation

homebrew-mac

brew tap alexmyczko/mac

Now you can install

- modplug-tools              Music player based on libopenmpt/modplug for the command-line   
- tcputils                   Utilities for TCP programming in shell-scripts
- ruptime                    poor man’s ruptime
- iselect                    Interactive line selection tool
- (official) nvtop           Interactive GPU process monitor
- dwarfs                     efficient high-compression read-only filesystem
- (official) form            The FORM project for symbolic manipulation of very big expressions
- yaku-ns                    Small footprint, trivial to configure, DNS server
- Casks/pt2-clone            Music tracker clone of ProTracker 2 for modern computers            
- Casks/ft2-clone            Music tracker clone of Fasttracker II for modern computers          
- Casks/flying-toasters      Recreation of AfterDarks 2.0 Flying Toasters screensaver            

Creating

brew create url-to-your-source-tarball --set-name name

Updating

brew edit ./your.rb

brew fetch --cask ./your.rb

Testing

brew reinstall --build-from-source --verbose --interactive ./your.rb

List files of a package

brew list package

Wishlist

- nweb

Updating above list

find . -name "*.rb" |sort -r | sed s,./,-\ ,1 | sed 's,.rb,,g' |while read a b; do echo "$a $b $(grep desc $b.rb)"|sed 's,desc,,g'; done |column -s \" -t >> README.md

About

home brew taps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages