Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew installation? #75

Open
rchatham opened this issue Jun 21, 2018 · 1 comment
Open

Homebrew installation? #75

rchatham opened this issue Jun 21, 2018 · 1 comment

Comments

@rchatham
Copy link

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

@rchatham
Copy link
Author

rchatham commented Jun 21, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant