terhechte/SourceKittenDaemon

Homebrew installation?

Opened this issue · 1 comments

This should be a pretty simple addition. Would certainly be appreciated!

I believe the formula would look something like this.

class SourceKittenDaemon < Formula
  homepage "https://github.com/terhechte/SourceKittenDaemon"
  url "https://github.com/terhechte/SourceKittenDaemon/archive/0.1.7.tar.gz"
  sha256 "insert-sha-value-here"

  def install
    system "make", "install"
  end
end

I will investigate further.