goeldner / homebrew-formulae

Providing goeldner's projects as Homebrew packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew Formulae

Providing goeldner's projects as Homebrew packages.

Usage

Install

Tap this repository:

$ brew tap goeldner/formulae

Install the packages:

$ brew install scrscr

Update

Update brew first, then upgrade the packages:

$ brew update
$ brew upgrade scrscr

Currently On Tap

  • scrscr: A command line tool that decorates screenshots with nice backgrounds and captions.

Development

How to create a formula

Prepare git repo:

$ mkdir -p homebrew-formulae/Formula
$ cd homebrew-formulae
$ git init

Work with latest brew:

$ brew update
$ brew upgrade

Create the formula:

$ brew create https://github.com/goeldner/swift-screenshot-scribbler

This will create a file in following location by default:

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/scrscr.rb

Try local installation:

$ brew install --build-from-source scrscr
$ brew info scrscr

Remove local installation:

$ brew uninstall scrscr

Move formula to git repo:

$ mv /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/scrscr.rb homebrew-formulae/Formula/

About

Providing goeldner's projects as Homebrew packages.

License:MIT License


Languages

Language:Ruby 100.0%