Created
October 21, 2014 03:39
-
-
Save ticky/8054d2f3ed2a400a8450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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