Skip to content

Instantly share code, notes, and snippets.

@ticky
Created October 21, 2014 03:39
Show Gist options
  • Save ticky/8054d2f3ed2a400a8450 to your computer and use it in GitHub Desktop.
Save ticky/8054d2f3ed2a400a8450 to your computer and use it in GitHub Desktop.
require "formula"
class Kbbutil < Formula
homepage "https://github.com/MaffC/beautiful-lifestyle/tree/master/kbbutil"
url "https://github.com/MaffC/beautiful-lifestyle/archive/c806e228ec219cfbe53054f2b486f3f41f11a92f.zip"
sha1 "a0865d70d5adc3f72677b87d024934729401d8c6"
version "1.0.0"
def install
system "cd kbbutil && make"
bin.install "kbbutil/kbbutil"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment