https://github.com/cebarks/jbrew
a simple GUI for the Homebrew OS X package manager written in java.
https://github.com/cebarks/jbrew
Last synced: 4 months ago
JSON representation
a simple GUI for the Homebrew OS X package manager written in java.
- Host: GitHub
- URL: https://github.com/cebarks/jbrew
- Owner: cebarks
- Created: 2014-05-01T13:48:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T14:17:09.000Z (about 12 years ago)
- Last Synced: 2024-12-23T08:14:06.867Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#JBrew
A GUI front end to the great Homebrew package manager (http://brew.sh/) for OS X.
###Building from source
Checkout the repo with the program of your choice. Then open a shell into the base source directory and run "mvn package". The built jar will be located in "target" folder.
###Contributing
If you feel you can help with this project, please do so! Create a pull request or shoot me an email/tweet.
###Special Thanks
I used the WindowBuilder (http://www.eclipse.org/windowbuilder/) plugin to format/design the graphics for this program.